X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Flcm%2Fconfig.yaml;h=27c43e5fc4ff87bb5068bc8056cf97dd3237e79a;hb=3ddbbd1f6c70306d13db0976e1e6b3bda0c69abd;hp=0f0cebbee7423b4fe79ab956115f81333b93928b;hpb=996a5604c7d31f3758503b08a426f1f40619b17b;p=osm%2Fdevops.git diff --git a/installers/charm/lcm/config.yaml b/installers/charm/lcm/config.yaml index 0f0cebbe..27c43e5f 100644 --- a/installers/charm/lcm/config.yaml +++ b/installers/charm/lcm/config.yaml @@ -23,38 +23,30 @@ options: vca_host: type: string description: "The VCA host." - default: "admin" vca_port: type: int description: "The VCA port." - default: 17070 vca_user: type: string description: "The VCA user name." - default: "admin" vca_secret: type: string description: "The VCA user secret." - default: "secret" vca_pubkey: type: string description: "The VCA public key." - default: "secret" vca_cacert: type: string description: "The VCA cacert." vca_apiproxy: type: string description: "The VCA api proxy (native charms)" - default: "" vca_cloud: type: string description: "The VCA lxd cloud name" - default: "localhost" vca_k8s_cloud: type: string description: "The VCA K8s cloud name" - default: "k8scloud" database_commonkey: description: Database common key type: string @@ -274,3 +266,17 @@ 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