X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fpol%2Fconfig.yaml;h=0279bd5e23639b0ea4cb9c2684bdf4bb1e939328;hb=ce5d704ed7b2ea168d0a5d74e6d3558d5a262f3a;hp=3264ca30554ca21ca6259389c1dfd8e44aec287b;hpb=d680be4f261d4c580fcdf75abe11cfc29003915d;p=osm%2Fdevops.git diff --git a/installers/charm/pol/config.yaml b/installers/charm/pol/config.yaml index 3264ca30..0279bd5e 100644 --- a/installers/charm/pol/config.yaml +++ b/installers/charm/pol/config.yaml @@ -42,9 +42,14 @@ options: 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