Merge "[CPS] New Delhi release changes"
[oom.git] / 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 (file)
index 372694e..0000000
+++ /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.0.1
-      imagePullPolicy: Always
-      volumeMounts:
-      - name: config-init-root
-        mountPath: /config-init/
-  volumes:
-    - name: config-init-root
-      hostPath:
-        path: /dockerdata-nfs/
-  restartPolicy: Never