diff --git a/clusters/brusnika-stage/infrastructure/kustomization.yaml b/clusters/brusnika-stage/infrastructure/kustomization.yaml index 6d5b5bb..c34c358 100644 --- a/clusters/brusnika-stage/infrastructure/kustomization.yaml +++ b/clusters/brusnika-stage/infrastructure/kustomization.yaml @@ -10,7 +10,7 @@ resources: - ./lb-service-override.yaml - ./vault-ingress.yaml - ./clusterissuer-letsencrypt.yaml - - ../../../infrastructure/failed-pod-cleanup +# - ../../../infrastructure/failed-pod-cleanup patches: - path: ./patches/istio-gateway.yaml target: @@ -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