Skip to content

Commit d5ec2b4

Browse files
committed
UPSTREAM: <carry>: Do not install driver with aws provider
Signed-off-by: chiragkyal <[email protected]>
1 parent 3e6bc69 commit d5ec2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/bats/aws.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ teardown_file() {
143143
helm install csi aws-secrets-manager/secrets-store-csi-driver-provider-aws \
144144
-n $CSI_DRIVER_INSTALLED_NAMESPACE \
145145
--set "logVerbosity=5" \
146+
--set "secrets-store-csi-driver.install=false" \
146147
--set-json tolerations='[{"operator":"Exists"}]' \
147148
--set-json securityContext='{"privileged":true,"allowPrivilegeEscalation":null}'
148149

0 commit comments

Comments
 (0)