summaryrefslogtreecommitdiff
path: root/data.d/k8s-master/manifests.d/base-system/helm-controller.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k8s-master/manifests.d/base-system/helm-controller.yaml')
-rw-r--r--data.d/k8s-master/manifests.d/base-system/helm-controller.yaml23
1 files changed, 0 insertions, 23 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"]
-...