k3s/namespaces/kustomization.yaml
Jonathan Leech-Pepin 6e4bb949bd
Fix gatus naming due to prefix
- Move k8s cluster role to top level so it can be re-used for other k8s-sidecar
  containers if I ever find a second use.
2025-04-26 11:15:11 -04:00

13 lines
206 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cert-manager/post-crd
- ai/
- apps/
- auth/
- core/
- charts/
- monitoring/
- public/
- k8s-sidecar-role.yaml