-
Notifications
You must be signed in to change notification settings - Fork 223
Add securityContext configuration #125
base: main
Are you sure you want to change the base?
Conversation
Perhaps even better if we use |
Co-Authored-By: Feike Steenbergen <[email protected]>
Added documentation to values.yaml. Also I found this: both, single and multinode, values.yaml refer that image was built from https://github.com/timescale/timescaledb-docker-ha, however that repository is not publicly accessible. Is this expected behaviour? I also looked into timescaledb-multinode (timescaledev/timescaledb:2.0.0-beta3-pg11) image, however that container does not seem to have any dedicated user for running as non-root. Not sure if any other user would work.
|
The multinode chart will see quite an overhaul soon; it will become much more like the singlenode chart, except it will contain multiple statefulsets, so I don't think we should be spending too much time there. |
This does fall flat on its face if the There's a few So, I'm not saying this shouldn't go in, but it needs more fundamental work than just flipping the swtich. We could add it, but remove the user configurable |
This PR adds securityContext to containers with static images (can not be changed via values.yaml) and customizable securityContext to values.yaml for the image, that can be set in values.yaml.
This only configures the timescaledb-single node chart. I have not worked with multinode chart yet.
Related to #124