Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bvis
Copy link

@bvis bvis commented Oct 22, 2020

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
Copy link
Author

bvis commented Nov 13, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant