Skip to content

Commit 2334b6a

Browse files
authored
Merge pull request #537 from andyzhangx/debian-noninteractive
fix: set DEBIAN_FRONTEND=noninteractive in proxy install
2 parents 461e952 + f358496 commit 2334b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/blobfuse-proxy/blobfuse-proxy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ spec:
6060
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6161
imagePullPolicy: IfNotPresent
6262
name: sysctl-install-blobfuse-proxy
63+
env:
64+
- name: "DEBIAN_FRONTEND"
65+
value: "noninteractive"
6366
resources:
6467
requests:
6568
cpu: 10m

0 commit comments

Comments
 (0)