mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-02 08:20:09 +00:00
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:
parent
2c9d07663a
commit
f3769322ad
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue