X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fpla%2Fconfig.yaml;h=642c165e8d1c9269c83f58ab05f99d0255ec3677;hb=499b442f67119589220a1ff144e3b26a9b7714ed;hp=e0aeca410bfb90bad8dde96fb9105805ece49cfb;hpb=b1a1c46a60aa4981c7b01e9d6ff95958db7749a5;p=osm%2Fdevops.git diff --git a/installers/charm/pla/config.yaml b/installers/charm/pla/config.yaml index e0aeca41..642c165e 100644 --- a/installers/charm/pla/config.yaml +++ b/installers/charm/pla/config.yaml @@ -16,23 +16,24 @@ # limitations under the License. options: - image: - description: Docker image name - type: string - default: opensourcemano/pla:8 - port: - description: Port number - type: int - default: 8080 # Fake port log_level: description: Log level type: string default: INFO - database: - description: Database name - type: string - default: pla - database_common_key: + database_commonkey: description: Common Key for Mongo database type: string default: osm + mongodb_uri: + type: string + description: MongoDB URI (external database) + image_pull_policy: + type: string + description: | + ImagePullPolicy configuration for the pod. + Possible values: always, ifnotpresent, never + default: always + security_context: + description: Enables the security context of the pods + type: boolean + default: false