squakez commented on PR #3185: URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1122157828
Hi @haanhvu I think here it is complaining about not correctly installed CRDS. Can you run the following and get the output: ``` kubectl get crd integrationplatforms.camel.apache.org -o yaml | grep settings ``` What we need to do is to install the proper CRDs into the cluster in order to have your changes applied. As a last resort, if the above does not show any `settingsSecurity` you can install the CRDs you can find in your local `config/crd/bases/` manually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org