diff options
author | Taka Cho <takamune.cho@att.com> | 2019-06-26 13:51:46 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-06-26 13:53:58 -0400 |
commit | 72759850929ea6b3f1ebc6d4e584f450f70b2471 (patch) | |
tree | 2dc2b42c5caa9566222add2d89adcbd3ed415d2a /kubernetes/appc/charts/appc-ansible-server/values.yaml | |
parent | bd63178c1c0eabafe55ac8c23b16cf73552360ce (diff) |
change ansible directory ownership
move to /home/ansible to share in NFS
and owned by ansible:ansible (100:101)
Issue-ID: APPC-1596
Change-Id: Id2c60ccf7d8bd1d7137a26fa3561c4322b9b03d9
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/appc/charts/appc-ansible-server/values.yaml')
-rw-r--r-- | kubernetes/appc/charts/appc-ansible-server/values.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/appc/charts/appc-ansible-server/values.yaml b/kubernetes/appc/charts/appc-ansible-server/values.yaml index 59cf29f70c..f2dd150160 100644 --- a/kubernetes/appc/charts/appc-ansible-server/values.yaml +++ b/kubernetes/appc/charts/appc-ansible-server/values.yaml @@ -37,6 +37,8 @@ debugEnabled: false # application configuration config: + ansibleUid: 100 + ansibleGid: 101 appcChartName: appc mysqlServiceName: appc-dbhost configDir: /opt/onap/ccsdk @@ -89,7 +91,7 @@ persistence: size: 1Gi mountPath: /dockerdata-nfs mountSubPath: appc/ansible - playbookPath: /var/local + playbookPath: /home/ansible ingress: enabled: false |