test in app secret decrypt and import

This commit is contained in:
2024-07-15 12:48:34 +10:00
parent 6e0e37cc44
commit f5c73d5547
2 changed files with 1 additions and 4 deletions

View File

@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
- ./secret.yaml - secrets://secret.yaml

View File

@@ -61,9 +61,6 @@ spec:
path: '{{ srcPath }}' path: '{{ srcPath }}'
repoURL: '{{ srcRepoURL }}' repoURL: '{{ srcRepoURL }}'
targetRevision: '{{ srcTargetRevision }}' targetRevision: '{{ srcTargetRevision }}'
helm:
valueFiles:
- secrets://{{ srcPath }}/secret.yaml
syncPolicy: syncPolicy:
automated: automated:
allowEmpty: true allowEmpty: true