diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2017-08-14 16:21:40 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2017-08-15 08:09:33 -0400 |
commit | d17accd32f4f7851dbe7b023f1997aa4e17938e8 (patch) | |
tree | a0add5147ff2e3a2da78c8117d237bcdb656758d /kubernetes/config/pod-config-init.yaml | |
parent | 8fc4b23407fa42cde4c592491824e48c564245a1 (diff) |
[OOM-117] Multiple ONAP instances same K8s cluster
Change-Id: Ie670dd37da819b33e32885d3be20cc8739fc2524
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/config/pod-config-init.yaml')
-rw-r--r-- | kubernetes/config/pod-config-init.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/config/pod-config-init.yaml b/kubernetes/config/pod-config-init.yaml index 858e88714b..372694ebe6 100644 --- a/kubernetes/config/pod-config-init.yaml +++ b/kubernetes/config/pod-config-init.yaml @@ -10,9 +10,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - - name: OWNER - value: onapdemo - image: oomk8s/config-init:1.0.0 + image: oomk8s/config-init:1.0.1 imagePullPolicy: Always volumeMounts: - name: config-init-root |