diff options
Diffstat (limited to 'kubernetes/aai/templates/aai-resources-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/aai-resources-deployment.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml index c874e39995..6c78ca8798 100644 --- a/kubernetes/aai/templates/aai-resources-deployment.yaml +++ b/kubernetes/aai/templates/aai-resources-deployment.yaml @@ -54,11 +54,13 @@ spec: value: /var/chef/aai-data/environments - name: CHEF_GIT_URL value: http://gerrit.onap.org/r/aai + - name: LOCAL_USER_ID + value: "0" volumeMounts: - mountPath: /etc/localtime name: localtime readOnly: true - - mountPath: /opt/aai/logroot/ + - mountPath: /opt/aai/logroot/AAI-RES name: aai-resources-logs - mountPath: /var/chef/aai-data/ name: aai-data |