fix: terminology

This commit is contained in:
devthejo 2023-12-17 14:26:18 +01:00
parent 69b3e25346
commit c9bd984d4d
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 8 additions and 8 deletions

View file

@ -110,8 +110,8 @@ spec:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: {{ .Values.application.pg.dsnSecretName }}
key: {{ .Values.application.pg.dsnSecretKey }}
name: {{ .Values.application.pg.uriSecretName }}
key: {{ .Values.application.pg.uriSecretKey }}
{{- end }}
{{- if .Values.application.hasura.enabled }}
- name: HASURA_GRAPHQL_URL
@ -131,8 +131,8 @@ spec:
- name: AMQP_URL
valueFrom:
secretKeyRef:
name: {{ .Values.application.amqp.dsnSecretName }}
key: {{ .Values.application.amqp.dsnSecretKey }}
name: {{ .Values.application.amqp.uriSecretName }}
key: {{ .Values.application.amqp.uriSecretKey }}
{{- end }}
{{- if .Values.application.minio.enabled }}
- name: MINIO_ENDPOINT

View file

@ -14,12 +14,12 @@ application:
logRequests: false
pg:
enabled: false
dsnSecretName: pg
dsnSecretKey: dsn
uriSecretName: pg
uriSecretKey: uri
amqp:
enabled: false
dsnSecretName: amqp
dsnSecretKey: dsn
uriSecretName: amqp
uriSecretKey: uri
hasura:
enabled: false
graphqlUrl: http://hasura:8080/v1/graphql