@@ -14,7 +14,7 @@ configuration:
14
14
users :
15
15
{{ tpl (toYaml .Values.configUsers) . | indent 4 }}
16
16
major_version_upgrade :
17
- {{ toYaml .Values.configMajorVersionUpgrade | indent 4 }}
17
+ {{ tpl ( toYaml .Values.configMajorVersionUpgrade) . | indent 4 }}
18
18
kubernetes :
19
19
{{- if .Values.podPriorityClassName.name }}
20
20
pod_priority_class_name : {{ .Values.podPriorityClassName.name }}
@@ -23,23 +23,23 @@ configuration:
23
23
oauth_token_secret_name : {{ template "postgres-operator.fullname" . }}
24
24
{{ tpl (toYaml .Values.configKubernetes) . | indent 4 }}
25
25
postgres_pod_resources :
26
- {{ toYaml .Values.configPostgresPodResources | indent 4 }}
26
+ {{ tpl ( toYaml .Values.configPostgresPodResources) . | indent 4 }}
27
27
timeouts :
28
- {{ toYaml .Values.configTimeouts | indent 4 }}
28
+ {{ tpl ( toYaml .Values.configTimeouts) . | indent 4 }}
29
29
load_balancer :
30
- {{ toYaml .Values.configLoadBalancer | indent 4 }}
30
+ {{ tpl ( toYaml .Values.configLoadBalancer) . | indent 4 }}
31
31
aws_or_gcp :
32
- {{ toYaml .Values.configAwsOrGcp | indent 4 }}
32
+ {{ tpl ( toYaml .Values.configAwsOrGcp) . | indent 4 }}
33
33
logical_backup :
34
- {{ toYaml .Values.configLogicalBackup | indent 4 }}
34
+ {{ tpl ( toYaml .Values.configLogicalBackup) . | indent 4 }}
35
35
debug :
36
- {{ toYaml .Values.configDebug | indent 4 }}
36
+ {{ tpl ( toYaml .Values.configDebug) . | indent 4 }}
37
37
teams_api :
38
38
{{ tpl (toYaml .Values.configTeamsApi) . | indent 4 }}
39
39
logging_rest_api :
40
- {{ toYaml .Values.configLoggingRestApi | indent 4 }}
40
+ {{ tpl ( toYaml .Values.configLoggingRestApi) . | indent 4 }}
41
41
connection_pooler :
42
- {{ toYaml .Values.configConnectionPooler | indent 4 }}
42
+ {{ tpl ( toYaml .Values.configConnectionPooler) . | indent 4 }}
43
43
patroni :
44
- {{ toYaml .Values.configPatroni | indent 4 }}
44
+ {{ tpl ( toYaml .Values.configPatroni) . | indent 4 }}
45
45
{{- end }}
0 commit comments