There was an error while loading. Please reload this page.
1 parent b10b17c commit 7dbb14bCopy full SHA for 7dbb14b
1 file changed
test/e2e/testruns/snapshot_webhook.go
@@ -140,9 +140,6 @@ func enableWebhook(caBundle string) {
140
"--namespace", "kube-system",
141
"--set", "snapshotValidationWebhook.enabled=true",
142
"--set", fmt.Sprintf("snapshotValidationWebhook.caBundle=%s", caBundle),
143
- "--set", "networkPolicy.enabled=true",
144
- "--set", "credentials.secretName=tokensecret",
145
- "--set-string", "controller.zone=de-fra1",
146
"--wait",
147
"--timeout", "180s",
148
)
@@ -161,9 +158,6 @@ func disableWebhook() {
161
158
cmd := exec.Command("helm", "upgrade", "--install", "upcloud-csi", "deploy/helm", //nolint:noctx // helm run in test context
162
159
163
160
"--set", "snapshotValidationWebhook.enabled=false",
164
165
166
167
168
169
0 commit comments