X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm%2Fconfig.yaml;h=0f218ea9890969c379c06f1c5e5f9be1e3d627b5;hb=540d93716ee0a4c4ffd070120779c1c40f6f353c;hp=f33d6067d71c0cfd0216acd1012410213bc6faba;hpb=cda4fbcc6ca2002b85303df528c711c7ca174c3b;p=osm%2Fdevops.git diff --git a/installers/charm/lcm/config.yaml b/installers/charm/lcm/config.yaml index f33d6067..0f218ea9 100644 --- a/installers/charm/lcm/config.yaml +++ b/installers/charm/lcm/config.yaml @@ -266,3 +266,32 @@ options: during controller and model creation (bootstrap --config and add-model --config). type: string + vca_stablerepourl: + 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 + security_context: + description: Enables the security context of the pods + type: boolean + default: false