Skip to content

Commit a705517

Browse files
jankeromnesroboquat
authored andcommitted
Revert changes to .werft/jobs/build/helm/values.payment.yaml
1 parent ff8ab7a commit a705517

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.werft/jobs/build/helm/values.payment.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,16 @@ components:
66
- name: chargebee-config
77
mountPath: "/chargebee"
88
readOnly: true
9-
- name: stripe-secret
10-
mountPath: "/stripe-secret"
11-
readOnly: true
129
- name: stripe-config
13-
mountPath: "/stripe-config"
10+
mountPath: "/stripe"
1411
readOnly: true
1512
volumes:
1613
- name: chargebee-config
1714
secret:
1815
secretName: chargebee-config
19-
- name: stripe-secret
16+
- name: stripe-config
2017
secret:
2118
secretName: stripe-api-keys
22-
- name: stripe-config
23-
configMap:
24-
name: stripe-config
2519

2620
paymentEndpoint:
2721
disabled: false

0 commit comments

Comments
 (0)