We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95afe1b commit 52cb7ddCopy full SHA for 52cb7dd
chart/templates/custom-errors.yaml
@@ -64,6 +64,6 @@ spec:
64
imagePullPolicy: {{ .Values.image.pullPolicy }}
65
env:
66
- name: SIGN_IN_URL
67
- value: {{ .Values.config.signInUrl }}
+ value: '{{ .Values.config.signInUrl }}'
68
ports:
69
- containerPort: 80
chart/values.cheesehub.next.yaml
@@ -12,5 +12,5 @@ config:
12
13
# How should this error page be served?
14
ingress:
15
- hostname: "https://next.cheesehub.org"
+ hostname: "next.cheesehub.org"
16
0 commit comments