Skip to content

Commit

Permalink
Merge pull request #136 from maulikjs/traefik-pull-secret
Browse files Browse the repository at this point in the history
Add image pull secret for traefik
  • Loading branch information
maulikjs authored Jul 30, 2021
2 parents a0c3302 + ca37e9b commit 62a13bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyterhub/jupyterhub/base/traefik-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ spec:
name: traefik-proxy
spec:
serviceAccountName: traefik-proxy

imagePullSecrets:
- name: addon-managed-odh-pullsecret
volumes:
- name: config
configMap:
Expand Down

0 comments on commit 62a13bc

Please sign in to comment.