add failed-pod-cleanup patch in `brusnika-prod
This commit is contained in:
parent
8e86c2c508
commit
3d853ca8c8
@ -9,6 +9,7 @@ resources:
|
||||
- ../../../infrastructure/zitadel
|
||||
- ./vault-ingress.yaml
|
||||
- ./clusterissuer-letsencrypt.yaml
|
||||
- ../../../infrastructure/failed-pod-cleanup
|
||||
patches:
|
||||
- path: ./patches/istio-gateway.yaml
|
||||
target:
|
||||
@ -38,3 +39,10 @@ patches:
|
||||
kind: HelmRelease
|
||||
name: 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
|
||||
namespace: zitadel
|
||||
|
||||
# - path: ./patches/failed-pod-cleanup.yaml
|
||||
# target:
|
||||
# group: helm.toolkit.fluxcd.io
|
||||
# version: v2
|
||||
# kind: HelmRelease
|
||||
# name: failed-pod-cleanup
|
||||
# namespace: default
|
||||
- path: ./patches/failed-pod-cleanup.yaml
|
||||
target:
|
||||
group: helm.toolkit.fluxcd.io
|
||||
version: v2
|
||||
kind: HelmRelease
|
||||
name: failed-pod-cleanup
|
||||
namespace: default
|
||||
Loading…
Reference in New Issue
Block a user