summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-10-06 14:16:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-10-06 14:16:23 +0200
commitf9e156d56ffbabb2378c61d36b182d832270b770 (patch)
treeddcc7ac352d626d1c8240e161f133d118e860e28 /playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml
parent1116a2ff4adb52cb8a9a7017095e29cc6caf0713 (diff)
Remove edephas cluster from Flux
Diffstat (limited to 'playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml')
-rw-r--r--playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml b/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml
deleted file mode 100644
index 25a78b9..0000000
--- a/playbooks.d/k3s-master/manifests/clusters/edephas.tyil.net/applications.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
-kind: Kustomization
-metadata:
- name: applications
- namespace: flux-system
-spec:
- interval: 10m0s
- sourceRef:
- kind: GitRepository
- name: flux-system
- path: ./playbooks.d/k3s-master/share/manifests/applications/edephas.tyil.net
- prune: true
-...