Fix bug 1751 to add GCP connector to RO Dockerfile and RO charm
[osm/devops.git] / installers / charm / nbi / config.yaml
index 9c35366..a85aa70 100644 (file)
@@ -78,3 +78,18 @@ options:
       ImagePullPolicy configuration for the pod.
       Possible values: always, ifnotpresent, never
     default: always
+  debug_mode:
+    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