++ fix postgresql namespace for zitadel

This commit is contained in:
Kochetkov S 2026-07-14 16:17:43 +03:00
parent 6beaa1bbbf
commit 089c125fa3
2 changed files with 11 additions and 1 deletions

View File

@ -63,6 +63,16 @@ patches:
kind: HelmRelease
name: postgresql
namespace: postgresql
- patch: |-
- op: replace
path: /metadata/namespace
value: zitadel
target:
group: helm.toolkit.fluxcd.io
version: v2
kind: HelmRelease
name: postgresql
namespace: postgresql
- path: ./patches/postgresql-namespace-delete.yaml
target:
version: v1

View File

@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: postgresql
namespace: zitadel
namespace: postgresql
spec:
interval: 5m
timeout: 2h