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)
This commit is contained in:
Story Crater Bot
2026-07-22 10:57:08 -07:00
parent cb2e44691e
commit 162d95c314
+2 -1
View File
@@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: dashboard namespace: dashboard
resources: resources:
- homarr-secrets.enc.yaml
- fix-probes-job.yaml - fix-probes-job.yaml
# PostSync hook to patch Homarr deployment probes
# (homarr-secrets.enc.yaml managed by sops-secrets Application)