-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[castai-cluster-controller] Fix volume deployment when not specifying…
… priority class (#666) * Fix cluster controller deployment when not specifying priorityClass Currently the definition of the shared-metadata volume in the pod is guarded by the check for priorityClass. When not specifying this in the helm values the volume is undefined in the resulting pod definition but it's still referenced in the volume mounts. Fix this by moving it out of the if clause. * bump version --------- Co-authored-by: Tobias Henkel <[email protected]>
- Loading branch information
1 parent
e5c21d2
commit ab4cebd
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters