mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Add API_TOKEN
environment variable to manifest
This commit is contained in:
parent
78564dcc68
commit
3149a4297c
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ spec:
|
|||
secretKeyRef:
|
||||
name: github
|
||||
key: privateKey
|
||||
- name: API_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: api
|
||||
key: token
|
||||
securityContext:
|
||||
capabilities:
|
||||
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
||||
|
|
Loading…
Reference in a new issue