Skip to content

Commit e896756

Browse files
committed
chore(shim_controller.go): remove unused SHIM_FETCH_STRATEGY env var
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
1 parent c74749f commit e896756

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/controller/shim_controller.go

-4
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,6 @@ func (sr *ShimReconciler) createJobManifest(shim *rcmv1.Shim, node *corev1.Node,
440440
Name: "HOST_ROOT",
441441
Value: "/mnt/node-root",
442442
},
443-
{
444-
Name: "SHIM_FETCH_STRATEGY",
445-
Value: "/mnt/node-root",
446-
},
447443
},
448444
VolumeMounts: []corev1.VolumeMount{
449445
{

0 commit comments

Comments
 (0)