From d9257ab1b7f4043d3e9ab7db8998ee481fb5acc8 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 24 Apr 2026 14:34:59 -0500 Subject: [PATCH] feat(marketing): expose Team and Enterprise Stripe price IDs via ExternalSecret --- .../k8s/neuron-technologies/marketing/externalsecret.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/servers/legion/k8s/neuron-technologies/marketing/externalsecret.yaml b/servers/legion/k8s/neuron-technologies/marketing/externalsecret.yaml index eeb1d59..8efec36 100644 --- a/servers/legion/k8s/neuron-technologies/marketing/externalsecret.yaml +++ b/servers/legion/k8s/neuron-technologies/marketing/externalsecret.yaml @@ -41,3 +41,11 @@ spec: remoteRef: key: secret/data/neuron-technologies/marketing property: next_public_stripe_publishable_key + - secretKey: STRIPE_PRICE_TEAM + remoteRef: + key: secret/data/neuron-technologies/marketing + property: stripe_price_team + - secretKey: STRIPE_PRICE_ENTERPRISE + remoteRef: + key: secret/data/neuron-technologies/marketing + property: stripe_price_enterprise