We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc941e commit 5574259Copy full SHA for 5574259
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
shell: bash
55
run: |
56
set -o pipefail
57
- if ! helm upgrade --install otterwiki ./helm \
+ if ! helm upgrade --install otter-wiki ./helm \
58
--atomic \
59
--debug \
60
--timeout 600s \
helm/templates/secret-auth.yaml
@@ -6,5 +6,5 @@ metadata:
6
{{- include "otterwiki.labels" . | nindent 4 }}
7
type: Opaque
8
data:
9
- GOOGLE_CLIENT_ID: {{ .Values.google_client_id | b64enc }}
+ GOOGLE_CLIENT_ID: {{ .Values.oidc.google_client_id | b64enc }}
10
GOOGLE_CLIENT_SECRET: {{ .Values.oidc.google_client_secret | b64enc }}
0 commit comments