Skip to content

Commit

Permalink
upload-cms pvc ready state is dependent on cms upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
btison committed Dec 14, 2023
1 parent 223ce80 commit 43aac39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions globex-threescale/cms-upload/templates/upload-cms-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: workspace-upload-cms-pvc
annotations:
{{- if .Values.hook.post.argocd.enabled }}
{{- include "cms-upload-hook-post.argocd-syncwave" . | nindent 4 }}
{{- else }}
"helm.sh/hook": post-install
{{- end }}
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 43aac39

Please sign in to comment.