From 4198f1dfbc5cbd96ad3399a034e394f86aea2593 Mon Sep 17 00:00:00 2001 From: "kochetkov.s" Date: Wed, 19 Aug 2026 08:18:47 +0000 Subject: [PATCH] ++ remove unused sanitizer db --- .../infrastructure/kustomization.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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