Adding security_context flag to charms
[osm/devops.git] / installers / charm / prometheus / config.yaml
index c1c0fb9..6db6a60 100644 (file)
@@ -65,3 +65,13 @@ options:
     type: boolean
     description: Boolean to enable the web admin api
     default: false
+  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