Configuration parameters
Any configuration related parameter that must be added in
/cloudpoint/flexsnap.conffile can be added inflexsnap-confconfigmap by editing it as follows:kubectl edit configmap flexsnap-conf -n $ENVIRONMENT_NAMESPACE
For example, for changing the log level from info to debug, add the following:
[logging]
level = debug
Any configuration related parameter which needs to be added in
/cloudpoint/openv/netbackup/bp.conffile can be added innbuconfconfigmap by editing it as follows:kubectl edit configmap nbuconf -n $ENVIRONMENT_NAMESPACE