diff --git a/argocd-apps/keycloak.yaml b/argocd-apps/keycloak.yaml index b1cf1ff..b70760c 100644 --- a/argocd-apps/keycloak.yaml +++ b/argocd-apps/keycloak.yaml @@ -16,6 +16,16 @@ spec: server: https://kubernetes.default.svc namespace: infra syncPolicy: + syncOptions: + - RespectIgnoreDifferences=true # automated: # prune: true # selfHeal: true + ignoreDifferences: + - group: apps + kind: StatefulSet + name: keycloak-postgresql + namespace: infra + jsonPointers: + - /spec/volumeClaimTemplates + - /spec/podManagementPolicy \ No newline at end of file