We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a4af3 commit b0abe98Copy full SHA for b0abe98
pkg/handlers/generic/lifecycle/cni/cilium/handler.go
@@ -198,7 +198,7 @@ func (c *CiliumCNI) apply(
198
if err != nil {
199
log.Error(
200
err,
201
- "error updating Cluster's owner reference on cilium helm values source object",
+ "error updating Cluster's owner reference on Cilium helm values source object",
202
"name",
203
cniVar.Values.SourceRef.Name,
204
"kind",
@@ -207,7 +207,7 @@ func (c *CiliumCNI) apply(
207
resp.SetStatus(runtimehooksv1.ResponseStatusFailure)
208
resp.SetMessage(
209
fmt.Sprintf(
210
- "failed to set Cluster's owner reference on cilium helm values source object: %v",
+ "failed to set Cluster's owner reference on Cilium helm values source object: %v",
211
212
),
213
)
0 commit comments