diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-24 12:14:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-24 12:14:48 +0000 |
commit | 98d5bbdccc8c448e26c08a69b2b85b2a3138cbe8 (patch) | |
tree | 81ec339052c089d671ae193346e5feeedcbfa2e0 /kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml | |
parent | 7d54df7a616bfb92045e63b75600f6924851292a (diff) | |
parent | 2ec85e36bc937aeb1f539c62973d6271124fb81f (diff) |
Merge "[DCAE] Revise components version"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml index e46901bc94..25e595f672 100644 --- a/kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-dashboard/templates/deployment.yaml @@ -105,7 +105,7 @@ spec: successThreshold: 1 timeoutSeconds: 1 volumeMounts: - - mountPath: /usr/local/share/ca-certificates/ + - mountPath: /opt/app/osaaf/ name: tls-info - mountPath: /opt/logs/dcae/dashboard name: component-log |