test in app secret decrypt and import
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user