Skip to content

Commit 79c88c5

Browse files
author
Andrew Farries
committed
Use correct secret name
1 parent 97c6a59 commit 79c88c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ components:
1515
secretName: chargebee-config
1616
- name: stripe-config
1717
secret:
18-
secretName: stripe-config
18+
secretName: stripe-api-keys
1919

2020
paymentEndpoint:
21-
disabled: false
21+
disabled: false

.werft/jobs/build/installer/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class Installer {
8282
// let installer know that there is a chargbee config
8383
exec(`yq w -i ${this.options.installerConfigPath} experimental.webapp.server.chargebeeSecret chargebee-config`, { slice: slice });
8484
// let installer know that there is a stripe config
85-
exec(`yq w -i ${this.options.installerConfigPath} experimental.webapp.server.stripeSecret stripe-config`, { slice: slice });
85+
exec(`yq w -i ${this.options.installerConfigPath} experimental.webapp.server.stripeSecret stripe-api-keys`, { slice: slice });
8686
}
8787

8888
} catch (err) {

0 commit comments

Comments
 (0)