Adding security_context flag to charms
[osm/devops.git] / installers / charm / ro / config.yaml
index 9828438..ab4cd5d 100644 (file)
@@ -80,9 +80,14 @@ options:
     description: |
       If true, debug mode is activated. It means that the service will not run,
       and instead, the command for the container will be a `sleep infinity`.
+      Note: If enabled, security_context will be disabled.
     type: boolean
     default: false
   debug_pubkey:
     description: |
       Public SSH key that will be injected to the application pod.
     type: string
+  security_context:
+    description: Enables the security context of the pods
+    type: boolean
+    default: false