Skip to content

Commit

Permalink
chore: temp coment out k3d options
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla committed Jan 30, 2023
1 parent 5b2cf06 commit 2e27db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/k3d.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ifdef CI
ifeq ($(GOOS),linux)
ifneq (,$(findstring e2e-legacy,$(CIRCLE_JOB)))
K3D_CLUSTER_CREATE_OPTS += --volume "/sys/fs/bpf:/sys/fs/bpf:shared"
K3D_CLUSTER_CREATE_OPTS += --volume "/sys/fs/cgroup:/sys/fs/cgroup:rw"
# K3D_CLUSTER_CREATE_OPTS += --volume "/sys/fs/cgroup:/sys/fs/cgroup:rw"
endif
endif
endif
Expand Down

0 comments on commit 2e27db1

Please sign in to comment.