summaryrefslogtreecommitdiff
path: root/data.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-04 01:05:50 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-04 01:05:50 +0200
commit885fb083e8b81be401e6a1f2b485f09442b29865 (patch)
treea8919d42c05f5bd4b1f90b0980a6757e85a702d7 /data.d
parentca402ae8409ae9eb1a8b679d46339b60f2df238d (diff)
Remove unused k8s-master/node playbooks
Diffstat (limited to 'data.d')
-rw-r--r--data.d/k8s-master/manifests.d/base-system/helm-controller.yaml23
-rw-r--r--data.d/k8s-master/manifests.d/namespaces.yaml6
2 files changed, 0 insertions, 29 deletions
diff --git a/data.d/k8s-master/manifests.d/base-system/helm-controller.yaml b/data.d/k8s-master/manifests.d/base-system/helm-controller.yaml
deleted file mode 100644
index cd5895b..0000000
--- a/data.d/k8s-master/manifests.d/base-system/helm-controller.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: helm-controller
- namespace: base-system
- labels:
- app: helm-controller
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: helm-controller
- template:
- metadata:
- labels:
- app: helm-controller
- spec:
- containers:
- - name: helm-controller
- image: rancher/helm-controller:v0.12.1
- command: ["helm-controller"]
-...
diff --git a/data.d/k8s-master/manifests.d/namespaces.yaml b/data.d/k8s-master/manifests.d/namespaces.yaml
deleted file mode 100644
index 78d7ab7..0000000
--- a/data.d/k8s-master/manifests.d/namespaces.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-apiVersion: v1
-kind: Namespace
-metadata:
- name: base-system
-...