Skip to content

Commit

Permalink
Add serviceAccountName to dask_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Nov 17, 2023
1 parent 07b1058 commit ae85273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dask_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ kubernetes:
baz: quux
spec:
restartPolicy: Never
serviceAccountName: jupyter
containers:
- name: dask-scheduler
image: ghcr.io/dask/dask:latest
Expand All @@ -121,6 +122,7 @@ kubernetes:
baz: quux
spec:
restartPolicy: Never
serviceAccountName: jupyter
containers:
- name: dask-worker
image: ghcr.io/dask/dask:latest
Expand Down

0 comments on commit ae85273

Please sign in to comment.