Fix installation of Kubernetes metrics server by updating the URL
[osm/devops.git] / installers / charm / mysqld-exporter / config.yaml
index a7702a3..5c0a24b 100644 (file)
@@ -49,3 +49,13 @@ options:
   mysql_uri:
     type: string
     description: MySQL URI (external database)
+  image_pull_policy:
+    type: string
+    description: |
+      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