summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-08-03 20:51:20 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-08-03 20:51:20 +0200
commit0b60119b8b1beddb8d2e58ceb18d43fbe8063de3 (patch)
tree6f1a01520820b0fec8169f80c5410c5aef9c0e09 /playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml
parent32bd223c8fde03a9b17927764d60c425898a2bc6 (diff)
Apply new infrastructure layout to hurzak
Diffstat (limited to 'playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml')
-rw-r--r--playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml b/playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml
deleted file mode 100644
index 17e43fb..0000000
--- a/playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
-kind: Kustomization
-metadata:
- name: infrastructure
- namespace: flux-system
-spec:
- interval: 10m0s
- dependsOn:
- - name: namespaces
- sourceRef:
- kind: GitRepository
- name: flux-system
- path: ./playbooks.d/k3s-master/share/manifests/infrastructure
- prune: true
- wait: true
-...