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:
|
secretKeyRef:
|
||||||
name: github
|
name: github
|
||||||
key: privateKey
|
key: privateKey
|
||||||
|
- name: API_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: api
|
||||||
|
key: token
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue