Closed edevosc2c closed 1 year 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
name:
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.
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:
is emptyI 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.