charts icon indicating copy to clipboard operation
charts copied to clipboard

[incubator/service-level-operator] Fix namespace used by the ServiceAccountBinding in chart

Open bvis opened this issue 5 years ago • 1 comments

The chart has hardcoded the namespace to use (monitoring) in the ServiceAccountBinding, making the image to fail when it tries to create the CRD.

error running app: error creating crd servicelevels.monitoring.spotahome.com: customresourcedefinitions.apiextensions.k8s.io is forbidden: User "system:serviceaccount:#REAL-NAMESPACE#:service-level-operator" cannot create resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster scope

Once fixed the image can create the CRD without any problem.

bvis avatar Oct 22 '20 13:10 bvis

After 22 days without any answer I'll proceed to publish my package version with the fix. Thanks for the original chart!

bvis avatar Nov 13 '20 10:11 bvis