diff --git a/clusters/brusnika-prod/infrastructure/kustomization.yaml b/clusters/brusnika-prod/infrastructure/kustomization.yaml index 78aa2c0..6468db7 100644 --- a/clusters/brusnika-prod/infrastructure/kustomization.yaml +++ b/clusters/brusnika-prod/infrastructure/kustomization.yaml @@ -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 diff --git a/clusters/brusnika-stage/infrastructure/kustomization.yaml b/clusters/brusnika-stage/infrastructure/kustomization.yaml index 11f639e..6d5b5bb 100644 --- a/clusters/brusnika-stage/infrastructure/kustomization.yaml +++ b/clusters/brusnika-stage/infrastructure/kustomization.yaml @@ -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 \ No newline at end of file + - path: ./patches/failed-pod-cleanup.yaml + target: + group: helm.toolkit.fluxcd.io + version: v2 + kind: HelmRelease + name: failed-pod-cleanup + namespace: default \ No newline at end of file