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