Jordan W
01/25/2022, 4:48 PMimagePullSecrets
for the K8sRunLauncher
are controlled by the dagster/dagster
helm chart and not the corresponding dagster/dagster-user-deployments
helm chart. It would be nice if the dagster-user-deployments
helm chart could create and associate the secret with the K8sRunLauncher
.rex
01/25/2022, 6:04 PMJordan W
01/25/2022, 6:04 PMrex
01/25/2022, 6:06 PMdagster
? You could include the image pull secrets theredagster-user-deployments
could use the one created above - in this serviceaccount you can configure all the image pull secrets that you needdagster-user-deployments
could potentially have more secrets than it needs to deploy the pods for its imageJordan W
01/25/2022, 6:15 PMdagster/dagster
) and child (dagster/dagster-user-deployments
) charts use the same imagePullSecret and have the parent chart create and manage the image pull secret. What would be nice is to allow the dagster-user-deployments
to control its corresponding RunLauncher
as the kubernetes configuration can be different. Being the imagePullSecret
or environmental variables