Add `API_TOKEN` environment variable to manifest

Antonio Scandurra created

Change summary

crates/server/k8s/manifest.template.yml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

crates/server/k8s/manifest.template.yml 🔗

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