-
Notifications
You must be signed in to change notification settings - Fork 239
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
Fix depricated roles #116
Fix depricated roles #116
Conversation
* Add option to disable initContainer chown update Signed-off-by: Aaron Layfield <[email protected]> * True default, not false. Signed-off-by: Aaron Layfield <[email protected]> * Remove trailing spaces Signed-off-by: Aaron Layfield <[email protected]> * Updating CHANGELOG and README Signed-off-by: Aaron Layfield <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: TheAlgo <[email protected]> Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: TheAlgo <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: Sebor <[email protected]> Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
…charts into fix-depricated-roles Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
Signed-off-by: Alan Mangashev <[email protected]> Signed-off-by: Your Name <[email protected]> Signed-off-by: Sebor <[email protected]>
Hi @TheAlgo, @peterzhuamazon, @smlx ! |
Hi @Sebor thanks for the PR could you please create an issue and link to this PR? Also, seems like you need to sign DCO check, and bump your chart version. Thanks. |
Signed-off-by: Sebor <[email protected]>
Hi @peterzhuamazon! |
Signed-off-by: Sebor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll double check this one but looks good. One thing @Sebor looks like your IDE or something has instead a CRLF on all the keys: {}
making your branch look significantly more verbose.
Can you undo those changes?
Hi @peterzhuamazon, @DandyDeveloper, @TheAlgo! |
Description
Rework deprecated node roles definition.
Now in
values.yaml
roles are described as a list and there are no any deprecation warnings in logs.Related issues
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.