diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-17 13:42:28 -0400 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-09-17 17:44:59 +0000 |
commit | e1e2e1c880cb597c3f052b4e701b3a7d81daba86 (patch) | |
tree | 51fc2996d898a6965e3798a96fd73dbc695d26f7 | |
parent | 141cc83f5fb93c5ead9d6acfab2ed04c7ecce529 (diff) |
fix pax config mountpath
org.ops4j.pax.logging.cfg should mount
on /opt/onap/appc,not mount from /opt/opendaylight
- which caused readonly error
Issue-ID: APPC-1736
Change-Id: I732b26bb4f6fe6ac6f48771468606af106606e51
Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r-- | kubernetes/appc/templates/statefulset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/appc/templates/statefulset.yaml b/kubernetes/appc/templates/statefulset.yaml index 5b4f63bfa7..1401a8225d 100644 --- a/kubernetes/appc/templates/statefulset.yaml +++ b/kubernetes/appc/templates/statefulset.yaml @@ -148,7 +148,7 @@ spec: name: {{ include "common.fullname" . }}-data - mountPath: /var/log/onap name: logs - - mountPath: /opt/opendaylight/current/etc/org.ops4j.pax.logging.cfg + - mountPath: /opt/onap/appc/data/org.ops4j.pax.logging.cfg name: log-config subPath: org.ops4j.pax.logging.cfg resources: |