K3s-cluster/monitoring/promtail/kustomization.yaml
Tanguy Herbron c7b03a2a1f feat(monitoring): Update configuration for Kustomize
Add Kustomize support, and all connectors necessary for different supportes apps
2023-05-06 00:04:43 +02:00

10 lines
184 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- clusterrolebinding.yaml
- clusterrole.yaml
- daemonset.yaml
- secret.yaml
- serviceaccount.yaml