Skip to content

Commit 3a247cc

Browse files
authored
Merge pull request #33 from bertinatto/patch-1
Removed unused variable
2 parents 6190489 + 33f391d commit 3a247cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deploy/kubernetes/deployment.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ spec:
2525
- "--csi-address=$(ADDRESS)"
2626
- "--leader-election"
2727
env:
28-
- name: MY_NAME
29-
valueFrom:
30-
fieldRef:
31-
fieldPath: metadata.name
3228
- name: ADDRESS
3329
value: /var/lib/csi/sockets/pluginproxy/mock.socket
3430
imagePullPolicy: "IfNotPresent"

0 commit comments

Comments
 (0)