Major improvement in OSM charms
[osm/devops.git] / installers / charm / prometheus / config.yaml
index 038391d..d953de3 100644 (file)
 ##
 
 options:
-  web_subpath:
+  web-subpath:
     description: Subpath for accessing Prometheus
     type: string
     default: /
-  default_target:
+  default-target:
     description: Default target to be added in Prometheus
     type: string
     default: ""
@@ -52,3 +52,7 @@ options:
     type: string
     description: Ingress URL
     default: ""
+  enable_web_admin_api:
+    type: boolean
+    description: Boolean to enable the web admin api
+    default: False