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

Do not add priorityClassName in case it's not set in values #75

Merged
merged 2 commits into from
Nov 3, 2021

Conversation

sturman
Copy link
Contributor

@sturman sturman commented Nov 3, 2021

Currently if .Values.moon.priorityClassName is not set then

...
      priorityClassName: "default"
...

is set.

Priority class name "default" might be missing in k8s clusters, e.g. my EKS cluster does not have it. So the chart installation failed due to missing priority class.

With changes in this PR priorityClassName: won't be set in case it is not specified in values

@sturman
Copy link
Contributor Author

sturman commented Nov 3, 2021

Related PR #70

@vania-pooh vania-pooh merged commit 67decae into aerokube:master Nov 3, 2021
@vania-pooh
Copy link
Member

@sturman thank you for contribution!

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