Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
123 stars 37 forks source link

Config values storage.pgHost, pgUser and pgDatabase are ignored #173

Closed ehirsch closed 5 years ago

ehirsch commented 5 years ago

From a look at portal-api-deployment.yaml it looks like you forgot something.

{{- if .Values.storage.pgHost }}
        - name: PORTAL_STORAGE_PGHOST
          value: "{{ .Values.postgres.pgHost }}"
{{- end }}
{{- if .Values.storage.pgPort }}
        - name: PORTAL_STORAGE_PGPORT
          value: "{{ .Values.postgres.pgPort }}"
{{- end }}
{{- if .Values.storage.pgDatabase }}
        - name: PORTAL_STORAGE_PGDATABASE
          value: "{{ .Values.postgres.pgDatabase }}"
{{- end }}
DonMartin76 commented 5 years ago

Right. Fixed in 1.0.0-rc.1 Helm Chart and updated release.