Skip to content
Snippets Groups Projects
Verified Commit 34868e22 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(postgres): Add defaults for spilo UID/GID/FSGID

parent 095680a6
No related branches found
No related tags found
No related merge requests found
...@@ -65,4 +65,8 @@ data: ...@@ -65,4 +65,8 @@ data:
- name: "PG_EXPORTER_AUTO_DISCOVER_DATABASES" - name: "PG_EXPORTER_AUTO_DISCOVER_DATABASES"
value: "true" value: "true"
configKubernetes: configKubernetes:
enable_finalizers: true
enable_pod_antiaffinity: true enable_pod_antiaffinity: true
spilo_runasuser: 101
spilo_runasgroup: 103
spilo_fsgroup: 103
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment