test in app secret decrypt and import
This commit is contained in:
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
- ./secret.yaml
|
- secrets://secret.yaml
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user