We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be62327 commit 4a71540Copy full SHA for 4a71540
pkg/handlers/generic/lifecycle/cni/cilium/template.go
@@ -33,7 +33,7 @@ func templateValues(cluster *clusterv1.Cluster, text string) (string, error) {
33
err = ciliumTemplate.Execute(&b, templateInput)
34
if err != nil {
35
return "", fmt.Errorf(
36
- "`failed setting target Cluster name and namespa`ce in template: %w",
+ "failed templating Cilium values: %w",
37
err,
38
)
39
}
0 commit comments