From 1116a2ff4adb52cb8a9a7017095e29cc6caf0713 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 6 Oct 2022 14:06:23 +0200 Subject: Place manifests directly into playbook dir --- .../edephas.tyil.net/infrastructure-configuration.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml (limited to 'playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml') diff --git a/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml b/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml new file mode 100644 index 0000000..9df248a --- /dev/null +++ b/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml @@ -0,0 +1,17 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: infrastructure-configurations + namespace: flux-system +spec: + interval: 10m0s + dependsOn: + - name: infrastructure-releases + sourceRef: + kind: GitRepository + name: flux-system + path: ./playbooks.d/k3s-master/share/manifests/infrastructure/configuration + prune: true + wait: true +... -- cgit v1.1