Improve stage-test script: Split charms list according to tox envlist.
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index 39d3b2d..c5f447b 100644 (file)
@@ -54,3 +54,13 @@ options:
     type: string
     description: Name of the cluster issuer for TLS certificates
     default: ""
+  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