diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2017-10-05 18:49:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-05 18:49:51 +0000 |
commit | 3d2e45507ea65ec3217d6a462cb8adaa249f9c25 (patch) | |
tree | 35e7171aafc7fa50c25b841c152f42b877bcf0dc /kubernetes/aai/templates/aai-resources-deployment.yaml | |
parent | 97a44f0edbec1b47934c229c895e29e1a5973add (diff) | |
parent | 6aaabe01fdba0240d423116aee4bb5fd8c426572 (diff) |
Merge "Remove the root user id to use default user"
Diffstat (limited to 'kubernetes/aai/templates/aai-resources-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/aai-resources-deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml index 303d006249..b0d437b61d 100644 --- a/kubernetes/aai/templates/aai-resources-deployment.yaml +++ b/kubernetes/aai/templates/aai-resources-deployment.yaml @@ -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 |