From 997b70c6dc1b0c1dd42bca6d2b83bd770c9cd5bf Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Sun, 29 Mar 2026 21:05:08 +1300 Subject: [PATCH] config map --- infrastructure/velero/kustomization.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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