mertdotcc commented on issue #4716: URL: https://github.com/apache/camel-k/issues/4716#issuecomment-1740743766
Hey @squakez, it seems that the `make release_helm` indeed creates the missing RBACs you mentioned above. ``` ~/opensource/camel-k/docs/charts/camel-k > tree . |-- Chart.yaml |-- README.md |-- crds | |-- cluster-role.yaml | |-- crd-build.yaml | |-- crd-camel-catalog.yaml | |-- crd-integration-kit.yaml | |-- crd-integration-platform.yaml | |-- crd-integration.yaml | |-- crd-kamelet-binding.yaml | |-- crd-kamelet.yaml | `-- crd-pipe.yaml |-- templates | |-- NOTES.txt | |-- _helpers.tpl | |-- operator-cluster-role-bindings.yaml | |-- operator-cluster-roles.yaml | |-- operator-role-binding.yaml | |-- operator-role.yaml | |-- operator-service-account.yaml | |-- operator.yaml | `-- platform.yaml `-- values.yaml 3 directories, 21 files ``` In this case, what might be missing? The direct CRDs and templates of Knative itself? -- 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