add failed-pod-cleanup patch in `brusnika-prod

This commit is contained in:
emelinda 2026-06-10 12:01:48 +03:00
parent 8e86c2c508
commit 3d853ca8c8
2 changed files with 15 additions and 7 deletions

View File

@ -9,6 +9,7 @@ resources:
- ../../../infrastructure/zitadel - ../../../infrastructure/zitadel
- ./vault-ingress.yaml - ./vault-ingress.yaml
- ./clusterissuer-letsencrypt.yaml - ./clusterissuer-letsencrypt.yaml
- ../../../infrastructure/failed-pod-cleanup
patches: patches:
- path: ./patches/istio-gateway.yaml - path: ./patches/istio-gateway.yaml
target: target:
@ -38,3 +39,10 @@ patches:
kind: HelmRelease kind: HelmRelease
name: zitadel name: zitadel
namespace: zitadel namespace: zitadel
- path: ./patches/failed-pod-cleanup.yaml
target:
group: helm.toolkit.fluxcd.io
version: v2
kind: HelmRelease
name: failed-pod-cleanup
namespace: default

View File

@ -41,10 +41,10 @@ patches:
name: zitadel name: zitadel
namespace: zitadel namespace: zitadel
# - path: ./patches/failed-pod-cleanup.yaml - path: ./patches/failed-pod-cleanup.yaml
# target: target:
# group: helm.toolkit.fluxcd.io group: helm.toolkit.fluxcd.io
# version: v2 version: v2
# kind: HelmRelease kind: HelmRelease
# name: failed-pod-cleanup name: failed-pod-cleanup
# namespace: default namespace: default