Fix securityContext values name#48
Conversation
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
079d07c to
754e93c
Compare
caugustus-sourcegraph
left a comment
There was a problem hiding this comment.
This is a breaking change, so it requires bumping the minor version on the chart version.
Now that we've started combining multiple changes into a single release, and now have a breaking change, I think we should start producing a changelog. Before, it wasn't very important because one commit == one release.
754e93c to
54a8e10
Compare
54a8e10 to
01d51e1
Compare
Added a changelog to record breaking changes. Also, I added a note to this the |
Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

We're currently using and
podSecurityContextas container-levelsecurityContext(the naming is misleading)securityContextas pod-levelsecurityContext(okay, but we should be more explicit)This PR
podSecurityContexttocontainerSecurityContextsecurityContexttopodSecurityContextTest plan
The test plan is to
diffthe output of rendered manifest, no change is expected.Revert to
mainThere should be no difference.
close https://github.com/sourcegraph/sourcegraph/issues/31888