summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml')
-rw-r--r--playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/infrastructure-configuration.yaml17
1 files changed, 17 insertions, 0 deletions
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..2b28e78
--- /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/manifests/infrastructure/configuration
+ prune: true
+ wait: true
+...