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

test in app secret decrypt and import
This commit is contained in:
2024-07-15 22:08:40 +10:00
committed by GitHub

View File

@@ -34,7 +34,19 @@ spec:
destination:
namespace: '{{ destNamespace }}'
server: '{{ destServer }}'
ignoreDifferences:
- group: argoproj.io
jsonPointers:
- /status
kind: Application
project: k3s-cluster
source:
helm:
valueFiles:
- secrets://{{ srcPath }}/postgresql.yaml
- secrets://{{ srcPath }}/postgresql.yaml
syncPolicy:
automated:
allowEmpty: true
prune: true
selfHeal: true
status: {}