mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
9 lines
253 B
YAML
9 lines
253 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: "{{ .Values.app.payment.stripe.secretName }}"
|
|
type: Opaque
|
|
data:
|
|
stripeAPIKey: "{{ .Values.app.payment.stripe.apiKey | b64enc }}"
|
|
stripeWebhookKey: "{{ .Values.app.payment.stripe.webhookKey | b64enc }}"
|