Small change to third party variables bemplate to get it to work
All checks were successful
Deploy the Helm Chart / build (push) Successful in 18s

This commit is contained in:
Alan Bridgeman 2025-12-25 12:49:14 -06:00
parent e36035d3fc
commit 95b4af3fd1

View file

@ -4,12 +4,12 @@
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-stripe-secret
key: live-public-key
key: public-key
- name: STRIPE_SECRET_KEY
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-stripe-secret
key: live-secret-key
key: secret-key
- name: STRIPE_TEST_PUBLIC_KEY
valueFrom:
secretKeyRef: