diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 08:27:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-24 08:27:40 +0000 |
commit | 5229ec2ce61bbaf416c746c91254cb39175ff2bc (patch) | |
tree | 6f6303b522698ca39a5156c3445fb8e0213c45f8 /kubernetes/onap/values.yaml | |
parent | febf47fd7552d4551bbdcd9ae4898cdafad818f1 (diff) | |
parent | 11eafc54cb946d13c663d55449dcd033db387d89 (diff) |
Merge "[PLATFORM] Add new fake deployment to fix offline certificates generation"
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 5e5e249f71..3c8b1e9d90 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -185,6 +185,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. |