Skip to content

Commit 4a71540

Browse files
committed
fixup! fix: gotemplate Cilium HCP
1 parent be62327 commit 4a71540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/generic/lifecycle/cni/cilium/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func templateValues(cluster *clusterv1.Cluster, text string) (string, error) {
3333
err = ciliumTemplate.Execute(&b, templateInput)
3434
if err != nil {
3535
return "", fmt.Errorf(
36-
"`failed setting target Cluster name and namespa`ce in template: %w",
36+
"failed templating Cilium values: %w",
3737
err,
3838
)
3939
}

0 commit comments

Comments
 (0)