more env things
This commit is contained in:
parent
e7f285fb6e
commit
5a543d99e2
1 changed files with 25 additions and 0 deletions
|
|
@ -108,6 +108,31 @@ spec:
|
||||||
name: stripe-secrets
|
name: stripe-secrets
|
||||||
key: STRIPE_WEBHOOK_SECRET
|
key: STRIPE_WEBHOOK_SECRET
|
||||||
|
|
||||||
|
# ---- Stripe Billing ----
|
||||||
|
- name: STRIPE_BILLING_SECRET_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: stripe-secrets
|
||||||
|
key: STRIPE_BILLING_SECRET_KEY
|
||||||
|
|
||||||
|
- name: STRIPE_BILLING_WEBHOOK_SECRET
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: stripe-secrets
|
||||||
|
key: STRIPE_BILLING_WEBHOOK_SECRET
|
||||||
|
|
||||||
|
- name: STRIPE_SUBSCRIPTION_PRICE_ID
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: stripe-secrets
|
||||||
|
key: STRIPE_SUBSCRIPTION_PRICE_ID
|
||||||
|
|
||||||
|
- name: NEXT_PUBLIC_APP_URL
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: stripe-secrets
|
||||||
|
key: APP_URL
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: registrypullsecret
|
- name: registrypullsecret
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue