[PLATFORM] Add new fake deployment to fix offline certificates generation
[oom.git] / kubernetes / onap / values.yaml
index 9473a6a..5baa804 100755 (executable)
@@ -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.