collab: Mark RunPod environment variables as optional in Kubernetes template (#17895)

This PR marks the RunPod environment variables as optional in the
Kubernetes template so that we can deploy without them being present.

Collab is already accounting for their absence.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-16 13:41:22 -04:00 committed by GitHub
parent 2c9d07663a
commit f3769322ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,11 +154,13 @@ spec:
secretKeyRef:
name: runpod
key: api_key
optional: true
- name: RUNPOD_API_SUMMARY_URL
valueFrom:
secretKeyRef:
name: runpod
key: summary
optional: true
- name: BLOB_STORE_ACCESS_KEY
valueFrom:
secretKeyRef: