Skip to content

Commit

Permalink
Enabled PVC in deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Feb 5, 2024
1 parent 4dfc67a commit 96acb22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/env-debug/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ spec:
readOnly: true
volumeAttributes:
secretProviderClass: azure-keyvault
# - name: azure-share
# persistentVolumeClaim:
# claimName: {{ include "env-debug.fullname" . }}-pvc
- name: azure-share
persistentVolumeClaim:
claimName: {{ include "env-debug.fullname" . }}-pvc
{{- end }}
serviceAccountName: workload-identity-sa
containers:
Expand All @@ -83,9 +83,9 @@ spec:
- name: azure-keyvault
mountPath: "/mnt/azure-keyvault"
readOnly: true
# - name: azure-share
# mountPath: "/mnt/azure-share"
# readOnly: true
- name: azure-share
mountPath: "/mnt/azure-share"
readOnly: true
{{- end }}
env:
- name: STATIC_ENV_VALUE
Expand Down

0 comments on commit 96acb22

Please sign in to comment.