X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fprometheus%2Fconfig.yaml;h=b25eabaebb334d07d49fc7842a644725d46383c8;hb=a8b30895eea648972fb7047bc633243ae7f5895d;hp=6db6a60bb62403b14b506f499b6188512e2a5964;hpb=540d93716ee0a4c4ffd070120779c1c40f6f353c;p=osm%2Fdevops.git diff --git a/installers/charm/prometheus/config.yaml b/installers/charm/prometheus/config.yaml index 6db6a60b..b25eabae 100644 --- a/installers/charm/prometheus/config.yaml +++ b/installers/charm/prometheus/config.yaml @@ -75,3 +75,11 @@ options: 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