Skip to content

Commit f4df15d

Browse files
committed
tweak string quotes
1 parent d187b57 commit f4df15d

File tree

1 file changed

+1
-1
lines changed
  • tests/e2e/kubetest2-kops/deployer

1 file changed

+1
-1
lines changed

tests/e2e/kubetest2-kops/deployer/up.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (d *deployer) createCluster(zones []string, adminAccess string, yes bool) e
130130
"--kubernetes-version", d.KubernetesVersion,
131131
"--ssh-public-key", d.SSHPublicKeyPath,
132132
"--set", "cluster.spec.nodePortAccess=0.0.0.0/0",
133-
"--set", "spec.containerd.configAdditions=plugins.\"io.containerd.grpc.v1.cri\".containerd.runtimes.test-handler.runtime_type=\"io.containerd.runc.v2\"",
133+
"--set", `spec.containerd.configAdditions=plugins."io.containerd.grpc.v1.cri".containerd.runtimes.test-handler.runtime_type="io.containerd.runc.v2"`,
134134
}
135135
if yes {
136136
args = append(args, "--yes")

0 commit comments

Comments
 (0)