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-08-18 15:08:03 -07:00
parent d394efc78a
commit 2f564f02f8
+2 -1
View File
@@ -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)