Skip to content

Commit a2359a5

Browse files
committed
Fix spelling
Signed-off-by: Justin Lamp <[email protected]>
1 parent eea0bbc commit a2359a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/controller/actuator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@ func (a *actuator) createSeedResources(
260260
spec *extensionspec.ExtensionSpec,
261261
cluster *controller.Cluster,
262262
hosts []string,
263-
shootSpecificCIRDs []string,
263+
shootSpecificCIDRs []string,
264264
alwaysAllowedCIDRs []string,
265265
istioNamespace string,
266266
istioLabels map[string]string,
267267
) error {
268268
var err error
269269

270-
alwaysAllowedCIDRs = append(alwaysAllowedCIDRs, shootSpecificCIRDs...)
270+
alwaysAllowedCIDRs = append(alwaysAllowedCIDRs, shootSpecificCIDRs...)
271271

272272
apiEnvoyFilterSpec, err := envoyfilters.BuildAPIEnvoyFilterSpecForHelmChart(
273273
spec.Rule, hosts, alwaysAllowedCIDRs, istioLabels,

0 commit comments

Comments
 (0)