You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I have been trying to get this deployed to my cluster, however I need to manually re-add securityContext sections to numerous containers because I am using Pod Security Policy to ensure all containers are running as non-root.
Some examples include, but not limited to:
initContainer tstune
container timescaledb
container pgbackrest
backup cronJob timescaledb-full-daily
backup cronJob timescaledb-incremental-hourly
I'm happy to assist with the configuration and creating a PR, however I am not sure about Helm best practices here. If the image can be changed in values.yaml, so should be the securityContext values, right?
The text was updated successfully, but these errors were encountered:
I have been trying to get this deployed to my cluster, however I need to manually re-add securityContext sections to numerous containers because I am using Pod Security Policy to ensure all containers are running as non-root.
Some examples include, but not limited to:
tstune
timescaledb
pgbackrest
timescaledb-full-daily
timescaledb-incremental-hourly
I'm happy to assist with the configuration and creating a PR, however I am not sure about Helm best practices here. If the image can be changed in values.yaml, so should be the securityContext values, right?
The text was updated successfully, but these errors were encountered: