Skip to content

Commit

Permalink
Update pkg/operator/controllers/dnsmasq/dnsmasq.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Vesel <[email protected]>
  • Loading branch information
2 people authored and cadenmarchese committed Aug 25, 2023
1 parent 3f62386 commit 8e75ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/controllers/dnsmasq/dnsmasq.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
)

func config(clusterDomain, apiIntIP, ingressIP string, gatewayDomains []string, gatewayPrivateEndpointIP string) ([]byte, error) {
t := template.Must(template.New(configFileName).Parse(preScriptFile))
t := template.Must(template.New(configFileName).Parse(configFile))
buf := &bytes.Buffer{}

err := t.ExecuteTemplate(buf, configFileName, &struct {
Expand Down

0 comments on commit 8e75ed1

Please sign in to comment.