mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
67 stars 58 forks source link

[gitlab-ci-pipeline-exporter] Update serviceAccountName template in the Deployment #71

Closed marcfrederick closed 1 year ago

marcfrederick commented 1 year ago

The name of the template was changed from exporter.serviceAccountName to app.serviceAccountName in acea05b, but not updated in the Deployment. This caused the templating to fail when rbac.enabled was set.

Error: template: gitlab-ci-pipelines-exporter/templates/deployment.yaml:30:38: executing "gitlab-ci-pipelines-exporter/templates/deployment.yaml" at <{{template "exporter.serviceAccountName" .}}>: template "exporter.serviceAccountName" not defined
mvisonneau commented 1 year ago

Thanks @marcfrederick !