Merge "Remove the root user id to use default user"
authorMike Elliott <mike.elliott@amdocs.com>
Thu, 5 Oct 2017 18:49:51 +0000 (18:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 5 Oct 2017 18:49:51 +0000 (18:49 +0000)
kubernetes/aai/templates/aai-resources-deployment.yaml
kubernetes/aai/templates/aai-traversal-deployment.yaml

index 303d006..b0d437b 100644 (file)
@@ -54,8 +54,8 @@ spec:
           value: /var/chef/aai-data/environments
         - name: CHEF_GIT_URL
           value: http://gerrit.onap.org/r/aai
-        - name: LOCAL_USER_ID
-          value: "0"
+        - name: HBASE_STARTUP_ARTIFICIAL_DELAY
+          value: "60"
         volumeMounts:
         - mountPath: /etc/localtime
           name: localtime
index 87861b4..d2a9c42 100644 (file)
@@ -58,8 +58,6 @@ spec:
           value: http://gerrit.onap.org/r/aai
         - name: RESOURCES_HOSTNAME
           value: aai-resources.{{ .Values.nsPrefix }}-aai
-        - name: LOCAL_USER_ID
-          value: "0"
         volumeMounts:
         - mountPath: /etc/localtime
           name: localtime