diff --git a/templates/macvtap.yaml.in b/templates/macvtap.yaml.in index 0caeda29..0b0734a3 100644 --- a/templates/macvtap.yaml.in +++ b/templates/macvtap.yaml.in @@ -16,7 +16,7 @@ spec: hostPID: true containers: - name: macvtap-cni - command: [ "/macvtap-deviceplugin", "-v", "3", "-logtostderr"] + command: ["/macvtap-deviceplugin", "-v", "3", "-logtostderr"] envFrom: - configMapRef: name: macvtap-deviceplugin-config @@ -33,7 +33,7 @@ spec: mountPath: /var/lib/kubelet/device-plugins initContainers: - name: install-cni - command: ['cp', '/macvtap-cni', '/host/opt/cni/bin/macvtap'] + command: ["cp", "/macvtap-cni", "/host/opt/cni/bin/macvtap"] image: '{{ .MacvtapImage }}' imagePullPolicy: '{{ .ImagePullPolicy }}' securityContext: