We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646ed2e commit 12d3760Copy full SHA for 12d3760
1 file changed
helm/codeapi/templates/pvc.yaml
@@ -24,8 +24,8 @@ metadata:
24
labels:
25
{{- include "codeapi.labels" . | nindent 4 }}
26
annotations:
27
- # Create PVC before the init job runs in Argo CD syncs.
28
- "argocd.argoproj.io/sync-wave": "-10"
+ # Apply with the init job so WaitForFirstConsumer storage can bind.
+ "argocd.argoproj.io/sync-wave": "-5"
29
# Keep the PVC across app deletion/prune events.
30
"helm.sh/resource-policy": keep
31
spec:
0 commit comments