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
All checks were successful
Deploy the Helm Chart / build (push) Successful in 18s
This commit is contained in:
parent
e36035d3fc
commit
95b4af3fd1
1 changed files with 2 additions and 2 deletions
|
|
@ -4,12 +4,12 @@
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ .Release.Name }}-stripe-secret
|
name: {{ .Release.Name }}-stripe-secret
|
||||||
key: live-public-key
|
key: public-key
|
||||||
- name: STRIPE_SECRET_KEY
|
- name: STRIPE_SECRET_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ .Release.Name }}-stripe-secret
|
name: {{ .Release.Name }}-stripe-secret
|
||||||
key: live-secret-key
|
key: secret-key
|
||||||
- name: STRIPE_TEST_PUBLIC_KEY
|
- name: STRIPE_TEST_PUBLIC_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue