From f3769322ad1bc782e90fcdf96e5861f69137565a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 16 Sep 2024 13:41:22 -0400 Subject: [PATCH] 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 --- crates/collab/k8s/collab.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index f5e454c3fc..7ddb871503 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -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: