Add charmcraft.yaml debug_mode to charmed-osm
[osm/devops.git] / installers / charm / mon / config.yaml
index d06b68d..b8477b1 100644 (file)
@@ -87,3 +87,19 @@ options:
         name: name of the file for the certificate
         content: base64 content of the certificate
       The path for the files is /certs.
+  image_pull_policy:
+    type: string
+    description: |
+      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`.
+    type: boolean
+    default: false
+  debug_pubkey:
+    description: |
+      Public SSH key that will be injected to the application pod.
+    type: string