X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fgrafana%2Fconfig.yaml;h=7f97f58946853b2107175285c92e640fe2b69dce;hb=722b50279283ef22a9f9fab256e416f795427f26;hp=632f2120fbfec60f1f370b38d4621b70b65c721c;hpb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;p=osm%2Fdevops.git diff --git a/installers/charm/grafana/config.yaml b/installers/charm/grafana/config.yaml index 632f2120..7f97f589 100644 --- a/installers/charm/grafana/config.yaml +++ b/installers/charm/grafana/config.yaml @@ -63,3 +63,26 @@ options: ImagePullPolicy configuration for the pod. Possible values: always, ifnotpresent, never default: always + mysql_uri: + type: string + description: | + Mysql uri with the following format: + mysql://:@:/ + admin_user: + type: string + description: Admin user + default: admin + log_level: + type: string + description: | + Logging level for Grafana. Options are “debug”, “info”, + “warn”, “error”, and “critical”. + default: info + port: + description: The port grafana-k8s will be listening on + type: int + default: 3000 + security_context: + description: Enables the security context of the pods + type: boolean + default: false