K3s-cluster/monitoring/grafana/kustomization.yaml

16 lines
305 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- clusterrolebinding.yaml
- clusterrole.yaml
- configmap.yaml
- datasources.yaml
- deployment.yaml
- ingress.yaml
- podsecuritypolicy.yaml
- rolebinding.yaml
- role.yaml
- serviceaccount.yaml
- service.yaml