Skip to content

Commit b6e9fd7

Browse files
committed
chore: clean up chart
1 parent d87a33d commit b6e9fd7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
!.cr-release-packages/*.tgz
1010
!/charts/ctrlplane/.cr-release-packages/*.tgz
1111

12-
local.yaml
12+
local.yaml
13+
local-values.yaml

charts/ctrlplane/charts/webservice/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ spec:
4343
containerPort: 3000
4444
protocol: TCP
4545
env:
46-
- name: NEXT_PUBLIC_BASE_URL
47-
value: {{ .Values.global.fqdn }}
4846
- name: BASE_URL
4947
value: {{ .Values.global.fqdn }}
5048
- name: AUTH_URL

0 commit comments

Comments
 (0)