summaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-30 07:46:48 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-30 07:46:48 +0000
commitcfc5e1f3c393125655a80ac0106db8eec2ede42a (patch)
tree06ebd1e2d762a1561df2318ead43cbdd9be44731 /kubernetes/onap/values.yaml
parente094524d6bc3f83c562486177649cfea8bc2f93f (diff)
parent751f0f12fadbd9d471aa7f0c02a1bfb08636e624 (diff)
Merge "[PLATFORM] Add new fake deployment to fix offline certificates generation" into guilin
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-xkubernetes/onap/values.yaml5
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.