From 2f564f02f89a2ca481d06b802ca77a1a421cf3c1 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:57:08 -0700 Subject: [PATCH] fix(homarr): remove encrypted secret from kustomization homarr-patches Application doesn't have SOPS support. Secret is managed by sops-secrets Application instead. Kustomization now only contains: - fix-probes-job.yaml (PostSync hook) --- k8s/applications/homarr/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/applications/homarr/kustomization.yaml b/k8s/applications/homarr/kustomization.yaml index 233778c..31f9141 100644 --- a/k8s/applications/homarr/kustomization.yaml +++ b/k8s/applications/homarr/kustomization.yaml @@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: dashboard resources: - - homarr-secrets.enc.yaml - fix-probes-job.yaml +# PostSync hook to patch Homarr deployment probes +# (homarr-secrets.enc.yaml managed by sops-secrets Application)