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

Implement multiple Helm chart fixes #310

Merged
merged 4 commits into from
Mar 7, 2022

Conversation

Sudokamikaze
Copy link
Contributor

In this PR, I fixed multiple issues I stumbled across when I was trying to deploy this project:

  • Fix for ignoring watchNamespace
  • Fix for creating SA in proper namespace, without it, replicaset won't be able to create any operator replicas, due to error of finding SA
  • Fix for mounting secret "cert" as volume, without using proper SA name, it won't be able to find it even if it's in a correct NS
  • Little grammar fix

Copy link
Contributor

@regadas regadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks @Sudokamikaze

@regadas regadas merged commit 1967e49 into spotify:master Mar 7, 2022
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.

2 participants