Merge pull request #501 from 3dwardch3ng/infra/postgresql
test in app secret decrypt and import
This commit is contained in:
@@ -34,7 +34,19 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
namespace: '{{ destNamespace }}'
|
namespace: '{{ destNamespace }}'
|
||||||
server: '{{ destServer }}'
|
server: '{{ destServer }}'
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: argoproj.io
|
||||||
|
jsonPointers:
|
||||||
|
- /status
|
||||||
|
kind: Application
|
||||||
|
project: k3s-cluster
|
||||||
source:
|
source:
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
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