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

Marshall Bowers created

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

Change summary

crates/collab/k8s/collab.template.yml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

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: