From 9d486df36d7969340eee5a9b4fb5587077bded25 Mon Sep 17 00:00:00 2001 From: emelinda Date: Wed, 10 Jun 2026 12:03:07 +0300 Subject: [PATCH] add `failed-pod-cleanup` patch in `brusnika-prod --- .../patches/failed-pod-cleanup.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 clusters/brusnika-prod/infrastructure/patches/failed-pod-cleanup.yaml diff --git a/clusters/brusnika-prod/infrastructure/patches/failed-pod-cleanup.yaml b/clusters/brusnika-prod/infrastructure/patches/failed-pod-cleanup.yaml new file mode 100644 index 0000000..fe368b7 --- /dev/null +++ b/clusters/brusnika-prod/infrastructure/patches/failed-pod-cleanup.yaml @@ -0,0 +1,18 @@ +--- +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: failed-pod-cleanup + namespace: default +spec: + chart: + spec: + version: 0.1.5 + values: + cleanup: + schedule: + _default: "0 0 * * *" + image: + _default: "cr.yandex/crp3ccidau046kdj8g9q/kubectl:latest" + imagePullSecrets: + - name: regcred