Skip to content

Commit

Permalink
Using the default UID/GID 999 from the postgres docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Sep 18, 2024
1 parent da440ca commit b035e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/cluster/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ Postgres UID
{{- .Values.cluster.postgresUID }}
{{- else if and (eq (include "cluster.useTimescaleDBDefaults" .) "true") (eq .Values.type "timescaledb") -}}
{{- 1000 -}}
{{- else if eq .Values.type "paradedb" -}}
{{- 999 -}}
{{- else -}}
{{- 26 -}}
{{- end -}}
Expand All @@ -131,6 +133,8 @@ Postgres GID
{{- .Values.cluster.postgresGID }}
{{- else if and (eq (include "cluster.useTimescaleDBDefaults" .) "true") (eq .Values.type "timescaledb") -}}
{{- 1000 -}}
{{- else if eq .Values.type "paradedb" -}}
{{- 999 -}}
{{- else -}}
{{- 26 -}}
{{- end -}}
Expand Down

0 comments on commit b035e5b

Please sign in to comment.