Skip to content

Commit 52cb7dd

Browse files
committed
fix: minor typos
1 parent 95afe1b commit 52cb7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/templates/custom-errors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ spec:
6464
imagePullPolicy: {{ .Values.image.pullPolicy }}
6565
env:
6666
- name: SIGN_IN_URL
67-
value: {{ .Values.config.signInUrl }}
67+
value: '{{ .Values.config.signInUrl }}'
6868
ports:
6969
- containerPort: 80

chart/values.cheesehub.next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ config:
1212

1313
# How should this error page be served?
1414
ingress:
15-
hostname: "https://next.cheesehub.org"
15+
hostname: "next.cheesehub.org"
1616

0 commit comments

Comments
 (0)