From 566d51af7765ba0a74d3891092250fb34e809448 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 22:08:21 +1000 Subject: [PATCH] test in app secret decrypt and import --- projects/k3s-cluster-secrets.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/projects/k3s-cluster-secrets.yaml b/projects/k3s-cluster-secrets.yaml index fac4096..82a9d8f 100644 --- a/projects/k3s-cluster-secrets.yaml +++ b/projects/k3s-cluster-secrets.yaml @@ -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 \ No newline at end of file + - secrets://{{ srcPath }}/postgresql.yaml + syncPolicy: + automated: + allowEmpty: true + prune: true + selfHeal: true +status: {} \ No newline at end of file