Skip to content

Commit bcf005e

Browse files
author
Andrew Farries
committed
Change filename to match secret data key
1 parent 3129bb5 commit bcf005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/server/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
218218
VSXRegistryUrl: fmt.Sprintf("https://open-vsx.%s", ctx.Config.Domain), // todo(sje): or "https://{{ .Values.vsxRegistry.host | default "open-vsx.org" }}" if not using OpenVSX proxy
219219
EnablePayment: chargebeeSecret != "" || stripeSecret != "",
220220
ChargebeeProviderOptionsFile: fmt.Sprintf("%s/providerOptions", chargebeeMountPath),
221-
StripeSettingsFile: fmt.Sprintf("%s/settings", stripeMountPath),
221+
StripeSettingsFile: fmt.Sprintf("%s/apikeys", stripeMountPath),
222222
InsecureNoDomain: false,
223223
PrebuildLimiter: map[string]int{
224224
// default limit for all cloneURLs

0 commit comments

Comments
 (0)