Files
homelab/k8s/core/kubernetes-dashboard/kustomization.yaml
Ultradesu ac759955fe
All checks were successful
Check with kubeconform / lint (push) Successful in 6s
Got rid of NS in resources
2025-04-13 19:24:26 +01:00

13 lines
193 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- service-account.yaml
- configmap.yaml
- secrets.yaml
- service.yaml
- deployments.yaml