Files
homelab/k8s/gitea/kustomization.yaml
mtkadmin ac4520f21a fix: remove secret.yaml from kustomization files (gitignored)
ArgoCD kustomize build failed because secret.yaml was referenced in
kustomization.yaml but excluded via .gitignore. Secrets are managed
directly in-cluster and must not be part of the kustomize build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 00:25:24 +00:00

10 lines
179 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- pvc.yaml
- postgres.yaml
- deployment.yaml
- service.yaml
- ingress.yaml