Merge pull request #495 from 3dwardch3ng/infra/postgresql

test in app secret decrypt and import
This commit is contained in:
2024-07-15 12:52:04 +10:00
committed by GitHub
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