Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/codeapi/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ metadata:
labels:
{{- include "codeapi.labels" . | nindent 4 }}
annotations:
# Create PVC before the init job runs in Argo CD syncs.
"argocd.argoproj.io/sync-wave": "-10"
# Apply with the init job so WaitForFirstConsumer storage can bind.
"argocd.argoproj.io/sync-wave": "-5"
# Keep the PVC across app deletion/prune events.
"helm.sh/resource-policy": keep
spec:
Expand Down