Add API_TOKEN environment variable to manifest

This commit is contained in:
Antonio Scandurra 2021-12-24 10:02:24 +01:00
parent 78564dcc68
commit 3149a4297c

View file

@ -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.