Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

fix: update the flag due to using higher version of csi livenessprobe #3770

Merged
merged 2 commits into from
Sep 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions parts/k8s/addons/azuredisk-csi-driver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ spec:
image: {{ContainerImage "livenessprobe"}}
args:
- --csi-address=/csi/csi.sock
- --connection-timeout=3s
- --probe-timeout=3s
- --health-port=29603
- --v=5
resources:
Expand Down Expand Up @@ -725,7 +725,7 @@ spec:
image: {{ContainerImage "livenessprobe"}}
args:
- --csi-address=/csi/csi.sock
- --connection-timeout=3s
- --probe-timeout=3s
- --health-port=29602
- --v=5
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions parts/k8s/addons/azurefile-csi-driver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ spec:
image: {{ContainerImage "livenessprobe"}}
args:
- --csi-address=/csi/csi.sock
- --connection-timeout=3s
- --probe-timeout=3s
- --health-port=29613
- --v=5
resources:
Expand Down Expand Up @@ -738,7 +738,7 @@ spec:
image: {{ContainerImage "livenessprobe"}}
args:
- --csi-address=/csi/csi.sock
- --connection-timeout=3s
- --probe-timeout=3s
- --health-port=29612
- --v=5
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions pkg/engine/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.