<https://dagster.slack.com/archives/C014N0PK37E/p1...
# deployment-kubernetes
j
https://dagster.slack.com/archives/C014N0PK37E/p1643058292052100 Bumping this. Patching the service role after the deployment is not ideal. Not sure why the imagePullSecret isnt being associated after a helm upgrade of the user deployments chart
Copy code
dagster-user-deployments:
  imagePullSecrets:
    - name: private-container-registry

  serviceAccount:
    # Re-use the service account created by the Dagster server deploy (Terraformed).
    name: dagster
    create: false