diff --git a/templates/deployment.yaml b/templates/deployment.yaml index a554e45..388836f 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -353,7 +353,7 @@ spec: - name: VAULT_NAME valueFrom: secretKeyRef: - name: {{ .Release.Name }}-pass-vault-secret + name: {{ .Release.Name }}-vault-secret key: vault-name - name: VAULT_SNAPSHOT_SERVER_PORT valueFrom: @@ -388,7 +388,7 @@ spec: secretKeyRef: name: {{ .Release.Name }}-cache-credentials key: password - {{- if .Values.passVault.create.snapshotServer.enabled }} + {{- if .Values.vault.create.snapshotServer.enabled }} volumeMounts: # Mount for a shared volume for Vault credentials # This is separate from the app's `role vars` volume because it includes other credentials