diff --git a/globex-threescale/cms-upload/templates/upload-cms-pvc.yaml b/globex-threescale/cms-upload/templates/upload-cms-pvc.yaml index bd92118..66b86e9 100644 --- a/globex-threescale/cms-upload/templates/upload-cms-pvc.yaml +++ b/globex-threescale/cms-upload/templates/upload-cms-pvc.yaml @@ -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