X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm%2Fconfig.yaml;h=709a8ca63691132ffb835f391d77ec6833d8f009;hb=e5b9ba619c48d8768a3e75ed35883c034c38e107;hp=78efe2f34c0d1d8acdb6d23162fafc5e8342951d;hpb=1d5c221862067b3b5b6e0555dcc4eb6c34e9a9f9;p=osm%2Fdevops.git diff --git a/installers/charm/lcm/config.yaml b/installers/charm/lcm/config.yaml index 78efe2f3..709a8ca6 100644 --- a/installers/charm/lcm/config.yaml +++ b/installers/charm/lcm/config.yaml @@ -270,3 +270,49 @@ options: description: Stable repository URL for Helm charts type: string default: https://charts.helm.sh/stable + vca_helm_ca_certs: + 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 + debug_lcm_local_path: + description: | + Local full path to the LCM project. + + The path will be mounted to the docker image, + which means changes during the debugging will be saved in your local path. + type: string + debug_n2vc_local_path: + description: | + Local full path to the N2VC project. + + The path will be mounted to the docker image, + which means changes during the debugging will be saved in your local path. + type: string + debug_common_local_path: + description: | + Local full path to the COMMON project. + + The path will be mounted to the docker image, + which means changes during the debugging will be saved in your local path. + type: string + security_context: + description: Enables the security context of the pods + type: boolean + default: false