Skip to content

Commit

Permalink
Merge pull request #15 from kubefirst/ngrok-token
Browse files Browse the repository at this point in the history
fix: adding support for ngrok-token
  • Loading branch information
johndietz committed Jan 29, 2024
2 parents a5886e6 + 34027b6 commit f34d3bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions atlantis/ngrok/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ spec:
args: ['http', 'atlantis:80']
ports:
- containerPort: 4040
env:
- name: NGROK_AUTHTOKEN
valueFrom:
secretKeyRef:
name: k3d-ngrok
key: NGROK_AUTHTOKEN
resources:
requests:
cpu: 200m
Expand Down

0 comments on commit f34d3bf

Please sign in to comment.