summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-legacy/manifests/infrastructure/releases/kustomization.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks.d/k3s-legacy/manifests/infrastructure/releases/kustomization.yaml')
-rw-r--r--playbooks.d/k3s-legacy/manifests/infrastructure/releases/kustomization.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks.d/k3s-legacy/manifests/infrastructure/releases/kustomization.yaml b/playbooks.d/k3s-legacy/manifests/infrastructure/releases/kustomization.yaml
new file mode 100644
index 0000000..51893a5
--- /dev/null
+++ b/playbooks.d/k3s-legacy/manifests/infrastructure/releases/kustomization.yaml
@@ -0,0 +1,8 @@
+---
+apiVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
+resources:
+- sealed-secrets
+- ingress-nginx
+- cert-manager
+...