diff --git a/clusters/yc-k8s-test-02/infrastructure/patches/keycloak.yaml b/clusters/yc-k8s-test-02/infrastructure/patches/keycloak.yaml index d4a7fe4..8deba60 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/keycloak.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/keycloak.yaml @@ -6,6 +6,9 @@ metadata: spec: interval: 5m timeout: 15m + dependsOn: + - name: postgresql + namespace: postgresql values: global: defaultStorageClass: local-path diff --git a/clusters/yc-k8s-test-02/infrastructure/patches/zitadel.yaml b/clusters/yc-k8s-test-02/infrastructure/patches/zitadel.yaml index c107a8b..4087e2e 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/zitadel.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/zitadel.yaml @@ -6,6 +6,9 @@ metadata: spec: interval: 5m timeout: 10m + dependsOn: + - name: postgresql + namespace: postgresql values: postgresqlSecret: create: false