++ 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: resources:
- ../../../infrastructure/argo-workflows - ../../../infrastructure/argo-workflows
- ../../../infrastructure/argo-events - ../../../infrastructure/argo-events
- ../../../infrastructure/postgresql # - ../../../infrastructure/postgresql
- ../../../infrastructure/pg-sanitizer - ../../../infrastructure/pg-sanitizer
- ../../../infrastructure/vault-unseal - ../../../infrastructure/vault-unseal
- ../../../infrastructure/vault - ../../../infrastructure/vault
@ -23,13 +23,13 @@ patches:
kind: HelmRelease kind: HelmRelease
name: argo-events name: argo-events
namespace: argo namespace: argo
- path: ./patches/postgresql.yaml # - path: ./patches/postgresql.yaml
target: # target:
group: helm.toolkit.fluxcd.io # group: helm.toolkit.fluxcd.io
version: v2 # version: v2
kind: HelmRelease # kind: HelmRelease
name: postgresql # name: postgresql
namespace: postgresql # namespace: postgresql
- path: ./patches/vault-unseal.yaml - path: ./patches/vault-unseal.yaml
target: target:
group: helm.toolkit.fluxcd.io group: helm.toolkit.fluxcd.io