X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm%2Fconfig.yaml;h=0f218ea9890969c379c06f1c5e5f9be1e3d627b5;hb=refs%2Fchanges%2F61%2F11361%2F1;hp=dcebce8723e5aebd16f4ba72f400c8c75d91c287;hpb=8686601c00337e33edb3f74d79d61c68d61d135f;p=osm%2Fdevops.git diff --git a/installers/charm/lcm/config.yaml b/installers/charm/lcm/config.yaml index dcebce87..0f218ea9 100644 --- a/installers/charm/lcm/config.yaml +++ b/installers/charm/lcm/config.yaml @@ -274,3 +274,24 @@ options: description: CA certificates to validate access to Helm repository type: string default: "" + 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`. + 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