Skip to content

Commit c911e7a

Browse files
chore: add missing sudo in integration test script (#1207)
1 parent 463e4ea commit c911e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/automatic_setup_microk8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ yes $(hostname -I | cut -d " " -f1)/32 | sudo microk8s enable metallb
120120
sudo microk8s status --wait-ready
121121

122122
cd ../charts/splunk-connect-for-snmp
123-
microk8s helm3 dep update
123+
sudo microk8s helm3 dep update
124124
cd ../../integration_tests
125125

126126
echo $(green "Installing SC4SNMP on Kubernetes")

0 commit comments

Comments
 (0)