Skip to content

Commit

Permalink
fix secret mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Apr 17, 2024
1 parent f358f84 commit c29c049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/renku/templates/secrets-storage/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ spec:
secretKeyRef:
name: {{ .Values.global.db.common.passwordSecretName }}
key: password
- name: SECRET_SERVICE_PUBLIC_KEY_PATH
value: /secrets/publicKey
- name: SECRET_SERVICE_PRIVATE_KEY_PATH
value: /secrets/privateKey
livenessProbe:
httpGet:
path: /api/secret/version
Expand Down

0 comments on commit c29c049

Please sign in to comment.