From dc2dc86377e64b001c680702773fa39804af170f Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Fri, 8 Sep 2017 05:20:30 +0000 Subject: converting config to helm and setting demo values To be able to run the vFW/vLB demos, these needed to be done manually and it was a big mess. With the power of helm we can now pass data into the config pod and make some substitutions Issue-ID: OOM-277 Change-Id: Ie167920fac7896661b81443aa460ce2e6f615187 Signed-off-by: Mandeep Khinda --- kubernetes/config/pod-config-init.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 kubernetes/config/pod-config-init.yaml (limited to 'kubernetes/config/pod-config-init.yaml') diff --git a/kubernetes/config/pod-config-init.yaml b/kubernetes/config/pod-config-init.yaml deleted file mode 100644 index b1285ce21d..0000000000 --- a/kubernetes/config/pod-config-init.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: config-init -spec: - containers: - - name: config-init - env: - - name: NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - image: oomk8s/config-init:1.1.0 - imagePullPolicy: Always - volumeMounts: - - name: config-init-root - mountPath: /config-init/ - volumes: - - name: config-init-root - hostPath: - path: /dockerdata-nfs/ - restartPolicy: Never -- cgit 1.2.3-korg