summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/charts/appc-ansible-server/values.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-07-10 10:26:01 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-10 10:26:01 +0000
commit1b9848822827bcf68f5573ab2b664b8c73ef0f7b (patch)
treec242e656f33a0eef0a252129297f5968d5b9416d /kubernetes/appc/charts/appc-ansible-server/values.yaml
parent234e9e1ac46930b16cdc10fa07464031eec6e855 (diff)
parent72759850929ea6b3f1ebc6d4e584f450f70b2471 (diff)
Merge "change ansible directory ownership"
Diffstat (limited to 'kubernetes/appc/charts/appc-ansible-server/values.yaml')
-rw-r--r--kubernetes/appc/charts/appc-ansible-server/values.yaml4
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