Skip to content

Commit

Permalink
adding globus vars to worker k8 template
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst committed Jun 3, 2020
1 parent d10a12b commit 579df37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8chart/templates/gwas-ss-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ spec:
value: {{.Values.image.env.mongoPassword}}
- name: MONGO_DB
value: {{.Values.image.env.mongoDB}}
- name: HTTP_PROXY
value: {{.Values.image.env.httpProxy}}
- name: HTTPS_PROXY
value: {{.Values.image.env.httpsProxy}}
- name: GLOBUS_SECRET
value: {{.Values.image.env.globusSecret}}
- name: TRANSFER_CLIENT_ID
value: {{.Values.image.env.transferClientID}}
- name: CLIENT_ID
value: {{.Values.image.env.clientID}}
volumes:
- name: log
persistentVolumeClaim:
Expand Down

0 comments on commit 579df37

Please sign in to comment.