You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Baking the manifests of openarchiefbeheer with configuration.data and global.configuration.enabled set to true will fail out of the box with this error:
Error: template: openarchiefbeheer/templates/configuration-data.yaml:11:8: executing "openarchiefbeheer/templates/configuration-data.yaml" at <include "common.tplvalues.render" (dict "value" .Values.configuration.data "context" $)>: error calling include: template: no template "common.tplvalues.render" associated with template "gotpl"
Adding the bitnami common chart as a dependency to the Chart.yaml fixes this
The text was updated successfully, but these errors were encountered:
Baking the manifests of openarchiefbeheer with
configuration.data
andglobal.configuration.enabled
set to true will fail out of the box with this error:Adding the bitnami common chart as a dependency to the Chart.yaml fixes this
The text was updated successfully, but these errors were encountered: