diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-03 14:30:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-03 14:30:05 +0000 |
commit | 4569ca7ac777d5edbb26dcdf97fc94f6b81c683c (patch) | |
tree | ed424560e486880d700c7e1fb9796fcaf0972c6d /kubernetes/so/components/soHelpers | |
parent | 2e72c54ab1a32cf52d1b1b07693fb56afcb11b4d (diff) | |
parent | a1bbe5c43828e8d54a7b43fde0d14834318c192e (diff) |
Merge "[SO] Remove so-secret component"
Diffstat (limited to 'kubernetes/so/components/soHelpers')
-rw-r--r-- | kubernetes/so/components/soHelpers/templates/_certificates.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/soHelpers/templates/_certificates.tpl b/kubernetes/so/components/soHelpers/templates/_certificates.tpl index ef3b0768f5..98876e3cea 100644 --- a/kubernetes/so/components/soHelpers/templates/_certificates.tpl +++ b/kubernetes/so/components/soHelpers/templates/_certificates.tpl @@ -56,7 +56,7 @@ value: {{ $subchartDot.Values.certInitializer.credsPath }}/{{ $subchartDot.Values.aaf.trustore }} {{- if $dot.Values.global.security.aaf.enabled }} - name: KEYSTORE - value: {{ $subchartDot.Values.certInitializer.credsPath }}/org.onap.so.jks + value: {{ $subchartDot.Values.certInitializer.credsPath }}/org.onap.so.p12 {{- end }} {{- end }} {{- end -}} |