test in app secret decrypt and import

This commit is contained in:
2024-07-15 22:08:21 +10:00
parent a3a827a85a
commit 566d51af77

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: {}