charts
charts copied to clipboard
[incubator/service-level-operator] Fix namespace used by the ServiceAccountBinding in chart
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.
After 22 days without any answer I'll proceed to publish my package version with the fix. Thanks for the original chart!