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
This commit is contained in:
Marshall Bowers 2024-10-16 12:10:39 -04:00 committed by GitHub
parent 69abe71bf7
commit fe0bcc063c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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