diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2017-09-08 17:16:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-08 17:16:36 +0000 |
commit | 89b39407da346a0ec34579efc8b181efada14b6d (patch) | |
tree | d17d3100fdacebe74ee4a3d3327cf56f2436e932 /kubernetes/config/pod-config-init.yaml | |
parent | 9d13736f46ce1910c58f93a8423ea23a5a8fa3cf (diff) | |
parent | dc2dc86377e64b001c680702773fa39804af170f (diff) |
Merge "converting config to helm and setting demo values"
Diffstat (limited to 'kubernetes/config/pod-config-init.yaml')
-rw-r--r-- | kubernetes/config/pod-config-init.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
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 |