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:
parent
69abe71bf7
commit
fe0bcc063c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue