X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fnbi%2Fconfig.yaml;h=f10304fedb0cbd487547d7951d11a03efd3cb734;hb=53a09d8a21b6b4c2a3e17ce302c3aec4b220b040;hp=a85aa70dcf0ee80d609816175318631df1730f7e;hpb=540d93716ee0a4c4ffd070120779c1c40f6f353c;p=osm%2Fdevops.git diff --git a/installers/charm/nbi/config.yaml b/installers/charm/nbi/config.yaml index a85aa70d..f10304fe 100644 --- a/installers/charm/nbi/config.yaml +++ b/installers/charm/nbi/config.yaml @@ -89,6 +89,20 @@ options: description: | Public SSH key that will be injected to the application pod. type: string + debug_nbi_local_path: + description: | + Local full path to the NBI 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