diff --git a/deploy/postgresql/templates/clusterdefinition.yaml b/deploy/postgresql/templates/clusterdefinition.yaml index 597215c9f91..00db04bd3f1 100644 --- a/deploy/postgresql/templates/clusterdefinition.yaml +++ b/deploy/postgresql/templates/clusterdefinition.yaml @@ -235,6 +235,7 @@ spec: key: password optional: false - name: pgbouncer + image: {{ .Values.pgbouncer.image.registry | default "docker.io" }}/{{ .Values.pgbouncer.image.repository }}:{{ default .Values.pgbouncer.image.tag }} imagePullPolicy: {{ .Values.pgbouncer.image.pullPolicy | quote }} securityContext: runAsUser: 0