diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-30 07:46:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 07:46:48 +0000 |
commit | cfc5e1f3c393125655a80ac0106db8eec2ede42a (patch) | |
tree | 06ebd1e2d762a1561df2318ead43cbdd9be44731 /kubernetes/onap/values.yaml | |
parent | e094524d6bc3f83c562486177649cfea8bc2f93f (diff) | |
parent | 751f0f12fadbd9d471aa7f0c02a1bfb08636e624 (diff) |
Merge "[PLATFORM] Add new fake deployment to fix offline certificates generation" into guilin
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 9473a6abcb..5baa804792 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -146,6 +146,11 @@ global: truststorePath: "/etc/onap/oom/certservice/certs/truststore.jks" truststorePassword: "secret" + # Indicates offline deployment build + # Set to true if you are rendering helm charts for offline deployment + # Otherwise keep it disabled + offlineDeploymentBuild: false + # TLS # Set to false if you want to disable TLS for NodePorts. Be aware that this # will loosen your security. |