use correct config
This commit is contained in:
@@ -19,6 +19,10 @@ spec:
|
||||
database: {{ .Values.postgresql.database | default "policy_service" }}
|
||||
owner: {{ .Values.postgresql.owner | default "policy_service" }}
|
||||
|
||||
users:
|
||||
- name: {{ .Values.postgresql.appUsername | default "policy_service" }}
|
||||
database: {{ .Values.postgresql.database | default "policy_service" }}
|
||||
|
||||
storage:
|
||||
size: {{ .Values.postgresql.storageSize | default "1Gi" }}
|
||||
|
||||
@@ -32,4 +36,4 @@ spec:
|
||||
|
||||
monitoring:
|
||||
enablePodMonitoring: true
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user