diff --git a/clusters/yc-infra-prod/infrastructure/kustomization.yaml b/clusters/yc-infra-prod/infrastructure/kustomization.yaml index bfd5c2e..eeaa869 100644 --- a/clusters/yc-infra-prod/infrastructure/kustomization.yaml +++ b/clusters/yc-infra-prod/infrastructure/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ../../../infrastructure/argo-workflows - ../../../infrastructure/argo-events - - ../../../infrastructure/postgresql + # - ../../../infrastructure/postgresql - ../../../infrastructure/pg-sanitizer - ../../../infrastructure/vault-unseal - ../../../infrastructure/vault @@ -23,13 +23,13 @@ patches: kind: HelmRelease name: argo-events namespace: argo - - path: ./patches/postgresql.yaml - target: - group: helm.toolkit.fluxcd.io - version: v2 - kind: HelmRelease - name: postgresql - namespace: postgresql + # - path: ./patches/postgresql.yaml + # target: + # group: helm.toolkit.fluxcd.io + # version: v2 + # kind: HelmRelease + # name: postgresql + # namespace: postgresql - path: ./patches/vault-unseal.yaml target: group: helm.toolkit.fluxcd.io