diff --git a/values.yaml b/values.yaml index e5b7920..00842bc 100644 --- a/values.yaml +++ b/values.yaml @@ -83,8 +83,7 @@ api: enabled: true data: database: - # You should provide your own secret outside of this helm-chart and use `postgresql.global.postgresql.auth.existingSecret` to provide credentials to the postgresql instance - # https://github.com/bjw-s/helm-charts/blob/a081de53024d8328d1ae9ff7e4f6bc500b0f3a29/charts/library/common/values.yaml#L141-L145C25 + # You should provide your own secret outside of this helm-chart and use `postgresql.global.postgresql.auth.existingSecret` to provide credentials to the postgresql instance (https://github.com/bitnami/charts/blob/5ff8ad5f3c754e3c2423d6abf46f522e8abe0410/bitnami/postgresql/values.yaml#L35-L39) type: 'postgres' user: "{{ .Values.postgresql.global.postgresql.auth.username }}" password: "{{ .Values.postgresql.global.postgresql.auth.password }}"