Monitoring/manifests/grafana/kustomization.yaml

10 lines
164 B
YAML
Raw Normal View History

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