We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8ab7a commit a705517Copy full SHA for a705517
.werft/jobs/build/helm/values.payment.yaml
@@ -6,22 +6,16 @@ components:
6
- name: chargebee-config
7
mountPath: "/chargebee"
8
readOnly: true
9
- - name: stripe-secret
10
- mountPath: "/stripe-secret"
11
- readOnly: true
12
- name: stripe-config
13
- mountPath: "/stripe-config"
+ mountPath: "/stripe"
14
15
volumes:
16
17
secret:
18
secretName: chargebee-config
19
+ - name: stripe-config
20
21
secretName: stripe-api-keys
22
- - name: stripe-config
23
- configMap:
24
25
26
paymentEndpoint:
27
disabled: false
0 commit comments