Hello, have discovered an bug in ui
once something is added to custom resources of kubernetes deployment it is not possible to remove it
also it does not matter if I check/uncheck custom resource - yaml is still here
why it is a problem: there is no way to answer the question what features are anabled and what does not via api as a result any automations/scripts will be thinking that there is custom yaml when it is not needed
at moment the only workaround is to set it to null via rest api
hopefuly it can be fixed