add failed-pod-cleanup patch in `brusnika-prod
This commit is contained in:
parent
8e86c2c508
commit
3d853ca8c8
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user