diff --git a/everything-app/postgres-operator.yaml b/everything-app/postgres-operator.yaml index 39a9a7b..46a1e0b 100644 --- a/everything-app/postgres-operator.yaml +++ b/everything-app/postgres-operator.yaml @@ -16,3 +16,6 @@ spec: value: v1.15.0 repoURL: https://opensource.zalando.com/postgres-operator/charts/postgres-operator targetRevision: 1.14.0 + syncPolicy: + automated: + selfHeal: true