From 6a427963b574f2ce8bf76107285a433b5c7a5fc0 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 18 Jan 2026 12:31:53 +0000 Subject: [PATCH] stripe secrets sopelling --- stripe_to_invoice/deployment/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stripe_to_invoice/deployment/deployment.yaml b/stripe_to_invoice/deployment/deployment.yaml index 56b5257..9107004 100644 --- a/stripe_to_invoice/deployment/deployment.yaml +++ b/stripe_to_invoice/deployment/deployment.yaml @@ -40,6 +40,12 @@ spec: name: stripe-secrets key: STRIPE_SECRET_KEY + - name: STRIPE_CLIENT_ID + valueFrom: + secretKeyRef: + name: stripe-secrets + key: STRIPE_CLIENT_ID + imagePullSecrets: - name: registrypullsecret