diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-01 09:59:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-01 09:59:56 +0000 |
commit | eac393265c9e926a3e18b1d4ede82c5c442eb65a (patch) | |
tree | b435097825a806944ca29adcaa272aebaa59d099 /kubernetes/so/charts/so-vnfm-adapter/values.yaml | |
parent | bf1af5c0a0caad1830bd2f56dded7d8d7fe35b3e (diff) | |
parent | aadf545643827a440b082f4dcf6afdfd1c2012e2 (diff) |
Merge "[SO] Onboard ONAP CA during init phase"
Diffstat (limited to 'kubernetes/so/charts/so-vnfm-adapter/values.yaml')
-rwxr-xr-x | kubernetes/so/charts/so-vnfm-adapter/values.yaml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-vnfm-adapter/values.yaml b/kubernetes/so/charts/so-vnfm-adapter/values.yaml index 78333767f6..1e4ecbc33a 100755 --- a/kubernetes/so/charts/so-vnfm-adapter/values.yaml +++ b/kubernetes/so/charts/so-vnfm-adapter/values.yaml @@ -23,6 +23,20 @@ global: mountPath: /dockerdata-nfs ################################################################# +# Secrets metaconfig +################################################################# +secrets: + - uid: "so-onap-certs" + externalSecret: '{{ tpl (default "" .Values.certSecret) . }}' + type: generic + filePaths: '{{ .Values.secretsFilePaths }}' + +#secretsFilePaths: | +# - 'my file 1' +# - '{{ include "templateThatGeneratesFileName" . }}' + + +################################################################# # Application configuration defaults. ################################################################# repository: nexus3.onap.org:10001 @@ -80,4 +94,4 @@ ingress: ssl: "redirect" nodeSelector: {} tolerations: [] -affinity: {}
\ No newline at end of file +affinity: {} |