#What is the recommended way to specify imagePullSecrets in the dagger Helm chart?

1 messages ยท Page 1 of 1 (latest)

velvet hearth
#

๐Ÿ‘‹ We are using a private with your Helm chart.

Specifying the image is quite straightforward in the values.yaml file: https://github.com/dagger/dagger/blob/main/helm/dagger/values.yaml#L43

However I cannot find how to specify the imagePullSecrets so our private image can be pulled in the DaemonSet.

Is there a way to do that at the moment?

GitHub

An engine to run your pipelines in containers. Contribute to dagger/dagger development by creating an account on GitHub.

dawn kiln
#

(just by looking at the values, have not yet used that chart) looks like that property is not exposed so you could change it with helm postRender hook, or maybe add it to a service-account that you could reference via existingServiceAccount

barren isle
velvet hearth
#

I wish I did not have to create a service account myself outside the chart but I got it working using the existingServiceAccount value. Thanks!

I still think it would be a good parameter to add to the values either in the ServiceAccount creation logic or the as its own parameter to specify in the DaemonSet/StatefulSets.

barren isle
velvet hearth
#

Can do! Adding to my todo list for this week ๐Ÿ™‚

velvet hearth