++ 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 kind: HelmRelease
name: postgresql name: postgresql
namespace: 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 - path: ./patches/postgresql-namespace-delete.yaml
target: target:
version: v1 version: v1

View File

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