summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/share/manifests/infrastructure/releases/kustomization.yaml
blob: f229956ac3430f6228c98009b8ab7f8df09e9fc6 (plain)
1
2
3
4
5
6
7
8
9
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- sealed-secrets
- ingress-nginx
- cert-manager
- external-dns
...