summaryrefslogtreecommitdiffstats
path: root/templates/configmap.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2018-03-20 21:00:33 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-03-22 14:16:02 +0000
commit5f51d720acd058de470e44840a1da51471a9b256 (patch)
tree96347f92e7f42ed415a081d8601356ec11b0e721 /templates/configmap.yaml
parenta3e08b912ef30749167f95223a73dadd08655814 (diff)
fixing standardized robot
-fixed communication via kube dns -using fullname to avoid possible conflicts -removed unused values -set image to 1.2-STAGING-latest (for master) -set demo artifacts to the master version 1.2.0-SNAPSHOT -removed dependency on other reviews Issue-ID: OOM-728 Change-Id: I60530215374149dd9d0e0706e37712ed8291ab6c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'templates/configmap.yaml')
-rw-r--r--templates/configmap.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index dad3af4..ab4a10b 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -15,7 +15,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ include "common.name" . }}-eteshare-configmap
+ name: {{ include "common.fullname" . }}-eteshare-configmap
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/eteshare/config/*").AsConfig . | indent 2 }}
@@ -23,7 +23,7 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ include "common.name" . }}-resources-configmap
+ name: {{ include "common.fullname" . }}-resources-configmap
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/robot/resources/*").AsConfig . | indent 2 }}
@@ -31,7 +31,7 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ include "common.name" . }}-lighttpd-authorization-configmap
+ name: {{ include "common.fullname" . }}-lighttpd-authorization-configmap
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/authorization").AsConfig . | indent 2 }}