We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa82605 commit 2bae009Copy full SHA for 2bae009
charts/cluster/templates/_helpers.tpl
@@ -129,6 +129,8 @@ Postgres UID
129
{{- .Values.cluster.postgresUID }}
130
{{- else if and (eq (include "cluster.useTimescaleDBDefaults" .) "true") (eq .Values.type "timescaledb") -}}
131
{{- 1000 -}}
132
+ {{- else if eq .Values.type "documentdb" -}}
133
+ {{- 999 -}}
134
{{- else -}}
135
{{- 26 -}}
136
{{- end -}}
@@ -142,6 +144,8 @@ Postgres GID
142
144
{{- .Values.cluster.postgresGID }}
143
145
146
147
148
149
150
151
0 commit comments