We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc95e6 commit c0075fbCopy full SHA for c0075fb
.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