-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(charts): cert management security context #3699
base: release-0.60.0
Are you sure you want to change the base?
feat(charts): cert management security context #3699
Conversation
Allow security context to be setted in the cert init container. and introduce default configuration to be the as previous values Signed-off-by: Julien Godin <julien.godin@camptocamp.com>
1a500da
to
d476ba0
Compare
aefdb14
to
e586be0
Compare
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.
Thanks for the PR @JGodin-C2C! Could you please add a description of the changes in the values.yaml.changelog.md file?
Hello, eeer, so , i didnt find any documentation on how to follow your versions conventions. I Assumed it was linked to the 0.60.0 release. |
b053ec6
to
39960b8
Compare
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.
Hello @JGodin-C2C , thank you for this PR.
I believe that it can easily go into 0.59.0
.
I have just left a suggestion on the wording for the docs.
Signed-off-by: Julien Godin <julien.godin@bit.admin.ch>
6fad48f
to
49d318e
Compare
Thanks for the suggestions . |
01b058f
to
5aa1251
Compare
@@ -10,6 +10,7 @@ | |||
|
|||
|
|||
|
|||
======= |
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.
======= |
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.
This shouldn't be there and it's making the tests about the docs fail.
Can you please target the branch |
7502cda
to
ee8bbeb
Compare
What
Allow security context to be setted in the cert init container. and introduce default configuration to be the as previous values
Why
This will allow to deploy this pod in a restricted PSS environment.