Skip to content

Commit

Permalink
fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Apr 17, 2024
1 parent c29c049 commit 7735d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/data-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
key: dataServiceKeycloakClientSecret
- name: ENCRYPTION_KEY_PATH
value: /secrets/encryptionKey
- name: SECRET_SERVICE_PUBLIC_KEY_PATH
- name: SECRETS_SERVICE_PUBLIC_KEY_PATH
value: /secrets/publicKey
- name: SERVER_DEFAULTS
value: /etc/renku-data-service/server_options/server_defaults.json
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/secrets-storage/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
secretKeyRef:
name: {{ .Values.global.db.common.passwordSecretName }}
key: password
- name: SECRET_SERVICE_PRIVATE_KEY_PATH
- name: SECRETS_SERVICE_PRIVATE_KEY_PATH
value: /secrets/privateKey
livenessProbe:
httpGet:
Expand Down

0 comments on commit 7735d0d

Please sign in to comment.