diff --git a/infrastructure/velero/kustomization.yaml b/infrastructure/velero/kustomization.yaml index f05b8b3..2b24604 100644 --- a/infrastructure/velero/kustomization.yaml +++ b/infrastructure/velero/kustomization.yaml @@ -4,3 +4,11 @@ resources: - namespace.yaml #- values.yaml - helmrelease.yaml + +configMapGenerator: + - name: velero-values + files: + - values.yaml + +generatorOptions: + disableNameSuffixHash: true