Skip to content

Commit

Permalink
Update test/integration/test_kongplugininstallation.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
  • Loading branch information
programmer04 and pmalek authored Sep 26, 2024
1 parent 7ac5a42 commit a9e9a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_kongplugininstallation.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func deployGatewayWithKPI(
t *testing.T, cleaner *clusters.Cleaner, namespace string,
) (gatewayIPAddress string, gatewayConfigNN, httpRouteNN k8stypes.NamespacedName) {
// NOTE: Disable webhook for KIC, because it checks for the plugin in Kong Gateway and rejects,
// thus it requires strict order of deployment.
// thus it requires strict order of deployment which is not guaranteed.
gatewayConfig := helpers.GenerateGatewayConfiguration(namespace, helpers.WithWebhookDisabled())
t.Logf("deploying GatewayConfiguration %s/%s", gatewayConfig.Namespace, gatewayConfig.Name)
gatewayConfig, err := GetClients().OperatorClient.ApisV1beta1().GatewayConfigurations(namespace).Create(GetCtx(), gatewayConfig, metav1.CreateOptions{})
Expand Down

0 comments on commit a9e9a44

Please sign in to comment.