X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=b25eabaebb334d07d49fc7842a644725d46383c8;hb=ee303f97b9afe276076f56220d73c6382aa65c48;hp=6ce1613bea00f4eb548c5857e3e4fda0ea1e67e2;hpb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index 6ce1613b..b25eabae 100644 --- a/installers/charm/prometheus/config.yaml +++ b/installers/charm/prometheus/config.yaml @@ -71,3 +71,15 @@ options: ImagePullPolicy configuration for the pod. Possible values: always, ifnotpresent, never default: always + security_context: + description: Enables the security context of the pods + type: boolean + default: false + web_config_username: + type: string + default: admin + description: Username to access the Prometheus Web Interface + web_config_password: + type: string + default: admin + description: Password to access the Prometheus Web Interface