Skip to content

Commit

Permalink
Merge pull request #861 from vumdao/bug/kubevious
Browse files Browse the repository at this point in the history
[kubevious AddOn] Correct kubevious service type setpath
  • Loading branch information
shapirov103 authored Dec 12, 2023
2 parents 29f9c0b + 8b10772 commit 69d730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addons/kubevious/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function populateValues(helmOptions: KubeviousAddOnProps): Values {
const values = helmOptions.values ?? {};

setPath(values, "ingress.enabled", helmOptions.ingressEnabled);
setPath(values, "kubevious.service.type", helmOptions.kubeviousServiceType);
setPath(values, "ui.service.type", helmOptions.kubeviousServiceType);
// Generate a random password for MySQL DB root user
setPath(values, "mysql.generate_passwords", true);

Expand Down

0 comments on commit 69d730e

Please sign in to comment.