Skip to content

Commit

Permalink
Merge pull request #613 from TomAugspurger/storage-account
Browse files Browse the repository at this point in the history
Use pangeo serviceAccount everywhere
  • Loading branch information
TomAugspurger authored Jun 10, 2020
2 parents 6a8a702 + 90848e4 commit 7954d55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/icesat2/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pangeo:
environment: {'NVIDIA_DRIVER_CAPABILITIES': 'compute,utility'}
tolerations: [{'key': 'nvidia.com/gpu','operator': 'Equal','value': 'present','effect': 'NoSchedule'}]
extra_resource_limits: {"nvidia.com/gpu": "1"}
serviceAccountName: pangeo
startTimeout: 600
initContainers:
- name: change-volume-mount-permissions
Expand Down
4 changes: 4 additions & 0 deletions pangeo-deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pangeo:
# The default worker image matches the singleuser image.
DASK_GATEWAY__CLUSTER__OPTIONS__IMAGE: '{JUPYTER_IMAGE_SPEC}'
DASK_GATEWAY__AUTH__TYPE: 'jupyterhub'
serviceAccountName: pangeo

prePuller:
hook:
Expand All @@ -45,6 +46,9 @@ pangeo:
dask-gateway:
gateway:
backend:
scheduler:
extraPodConfig:
serviceAccountName: pangeo
worker:
extraContainerConfig:
securityContext:
Expand Down

0 comments on commit 7954d55

Please sign in to comment.