Adding cluster-issuer annotation for TLS provisioning
[osm/devops.git] / installers / charm / prometheus / config.yaml
index 038391d..a5f5e8a 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,11 @@ options:
     type: string
     description: Ingress URL
     default: ""
+  cluster_issuer:
+    type: string
+    description: Name of the cluster issuer for TLS certificates
+    default: ""
+  enable_web_admin_api:
+    type: boolean
+    description: Boolean to enable the web admin api
+    default: false