Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 31, 2023
1 parent 7249c7a commit 14f13e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cd/control_plane_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
)

const (
templateUrl = "https://raw.githubusercontent.com/pluralsh/console/master/charts/console/values.yaml.liquid"
templateUrl = "https://raw.githubusercontent.com/pluralsh/console/cd-scaffolding/charts/console/values.yaml.liquid"
)

func ControlPlaneValues(conf config.Config, domain, dsn, name string) (string, error) {
Expand Down

0 comments on commit 14f13e1

Please sign in to comment.