georchestra / helm-georchestra

geOrchestra helm chart
3 stars 5 forks source link

Automatic creation of secrets is not used so the helm release apply fails #62

Closed edevosc2c closed 8 months ago

edevosc2c commented 8 months ago

The automatic creation of secrets when only the credentials are specified in the values.yaml works great.

But these secrets are not being specified in the different pods, when doing helmfile template I get:

- name: PGPORT
  valueFrom:
    secretKeyRef:
        name:
        key: port
        optional: false

name: is empty

I think this is due to a logic error inside https://github.com/georchestra/helm-georchestra/blob/main/templates/_helpers.tpl#L75 which never specify the automatically created secrets when using an external postgresql database.