From fe0bcc063c9cbcde8396b4dcd21bd7c28d71f847 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 16 Oct 2024 12:10:39 -0400 Subject: [PATCH] collab: Add Stripe API key to Kubernetes template (#19292) This PR adds the Stripe API key to the Kubernetes template. It's optional right now, so we can set the API key when we're ready. Release Notes: - N/A --- crates/collab/k8s/collab.template.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index 7d4ea6eb9a3cb2813af5cd2ddded33d4559b7428..a28c685f5e8cbc746be019054ef1142170772651 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -199,6 +199,12 @@ spec: secretKeyRef: name: slack key: panics_webhook + - name: STRIPE_API_KEY + valueFrom: + secretKeyRef: + name: stripe + key: api_key + optional: true - name: COMPLETE_WITH_LANGUAGE_MODEL_RATE_LIMIT_PER_HOUR value: "1000" - name: SUPERMAVEN_ADMIN_API_KEY