kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

permissioned denied when start repository watcher #335

Closed bjwswang closed 12 months ago

bjwswang commented 12 months ago

When no storage provided to core operator(no volume mount), the core operator needs to create /opt/helm itself. But we do not permit core service to do mkdir

bjwswang commented 12 months ago

Fixed by this PR https://github.com/kubebb/components/pull/118. The root cause is that the controller do not have that permission to do mkdir at path /opt/helm(helm path changed to /opt/helm with environment variables )