diff options
author | Taka Cho <takamune.cho@att.com> | 2019-04-25 11:21:05 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-04-25 11:23:39 -0400 |
commit | 1a7cc3dfa1984e337f1901f7599528f3427aa5e7 (patch) | |
tree | 879e7394be5938e6dab405feadb8b55a8972f30a /kubernetes/appc/charts/appc-ansible-server | |
parent | 99b4523cfe191ab8d1f0d82bb68ab1605f881dab (diff) |
fix /home/ansible ownership
in k8s, the nfs mount point
was assigned to /home/ansible
that caused the issue where
/home/ansible becomes to root:root
so moved to /var/local
and also updated to the laest version
that contains the latest fix
Change-Id: I8bd79c1f606a4392df1780fae4964b54f767c1e2
Issue-ID: APPC-1583
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/appc/charts/appc-ansible-server')
-rw-r--r-- | kubernetes/appc/charts/appc-ansible-server/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/appc/charts/appc-ansible-server/values.yaml b/kubernetes/appc/charts/appc-ansible-server/values.yaml index 1e15919b82..5c8d4c77d5 100644 --- a/kubernetes/appc/charts/appc-ansible-server/values.yaml +++ b/kubernetes/appc/charts/appc-ansible-server/values.yaml @@ -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 |