++ remove unused sanitizer db

This commit is contained in:
kochetkov.s 2026-08-19 08:18:47 +00:00
parent 9ee7e1f76a
commit 4198f1dfbc

View File

@ -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