Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / platform / values.yaml
index a30dabb..5cc7612 100644 (file)
@@ -32,6 +32,18 @@ global:
 # Application configuration defaults.
 #################################################################
 
+# Control deployment of Platform services at ONAP installation time
+chartmuseum:
+  enabled: true
+cmpv2-cert-provider:
+  enabled: true
+oom-cert-service:
+  enabled: true
+keycloak-init:
+  enabled: false
+oauth2-proxy:
+  enabled: false
+
 flavor: small
 # default number of instances
 replicaCount: 1