Merge "fix /home/ansible ownership"
authorYang Xu <yang.xu3@huawei.com>
Fri, 26 Apr 2019 12:44:22 +0000 (12:44 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 26 Apr 2019 12:44:22 +0000 (12:44 +0000)
kubernetes/appc/charts/appc-ansible-server/values.yaml

index 1e15919..5c8d4c7 100644 (file)
@@ -29,7 +29,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/ccsdk-ansible-server-image:0.4.1-STAGING-latest
+image: onap/ccsdk-ansible-server-image:0.4.2-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -89,7 +89,7 @@ persistence:
   size: 1Gi
   mountPath: /dockerdata-nfs
   mountSubPath: appc/ansible
-  playbookPath: /home/ansible
+  playbookPath: /var/local
 
 ingress:
   enabled: false