From 1d2c59d7561ad7d82821970828e1a8eb3bba4c35 Mon Sep 17 00:00:00 2001 From: Laur IVAN Date: Thu, 26 Feb 2026 19:53:24 +0100 Subject: [PATCH] chore: Remove `externalsecrets.external-secrets.io` from health checks and move `volsync` deployment to `storage-system` namespace. --- kubernetes/apps/flux-system/healthcheck/ks.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kubernetes/apps/flux-system/healthcheck/ks.yaml b/kubernetes/apps/flux-system/healthcheck/ks.yaml index aa6cf07..bc43c89 100644 --- a/kubernetes/apps/flux-system/healthcheck/ks.yaml +++ b/kubernetes/apps/flux-system/healthcheck/ks.yaml @@ -21,8 +21,6 @@ spec: name: replicationsources.volsync.backube - <<: *crds name: replicationdestinations.volsync.backube - - <<: *crds - name: externalsecrets.external-secrets.io - <<: *crds name: servicemonitors.monitoring.coreos.com - <<: *crds @@ -61,15 +59,13 @@ spec: - apiVersion: apps/v1 kind: Deployment name: volsync - namespace: system + namespace: storage-system - &crd apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition name: replicationsources.volsync.backube - <<: *crd name: replicationdestinations.volsync.backube - - <<: *crd - name: externalsecrets.external-secrets.io healthCheckExprs: - apiVersion: *cephApiVersion kind: *cephKind