Adding security_context flag to charms
[osm/devops.git] / installers / charm / pla / config.yaml
index 1820188..642c165 100644 (file)
@@ -27,3 +27,13 @@ options:
   mongodb_uri:
     type: string
     description: MongoDB 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