Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Add FETCH to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Apr 13, 2020
1 parent 9e365e0 commit f4325a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/deployment.yaml
Expand Up @@ -43,6 +43,11 @@ spec:
ports:
- containerPort: 3333
env:
- name: FETCH
valueFrom:
secretKeyRef:
name: mozilla-contributions-fetch
key: fetch
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit f4325a7

Please sign in to comment.