summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/share/manifests/infrastructure/sources/kustomization.yaml
blob: 625dce2e560691cbab754f4179dc645f746b6042 (plain)
1
2
3
4
5
6
7
8
9
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bitnami.yaml
- ingress-nginx.yaml
- jetstack.yaml
- seaweedfs.yaml
...