Skip to content

Commit 303a920

Browse files
fix ci
1 parent 23b5ad0 commit 303a920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/tests/integration/e2e_with_tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ setup:
3131
image="function-mesh-operator:latest"
3232
IMG=${image} make docker-build-skip-test
3333
kind load docker-image ${image}
34-
helm install ${FUNCTION_MESH_RELEASE_NAME} -n ${FUNCTION_MESH_NAMESPACE} --set operatorImage=${image} --set controllerManager.globalBackendConfig=global-backend-config --set controllerManager.globalBackendConfigNamespace=${FUNCTION_MESH_NAMESPACE} --set controllerManager.namespacedBackendConfig=backend-config --create-namespace charts/function-mesh-operator
34+
helm install ${FUNCTION_MESH_RELEASE_NAME} -n ${FUNCTION_MESH_NAMESPACE} --set operatorImage=${image} --set controllerManager.globalBackendConfig=global-backend-config --set controllerManager.globalBackendConfigNamespace=${FUNCTION_MESH_NAMESPACE} --set controllerManager.namespacedBackendConfig=backend-config --set addDefaultAffinity=false --create-namespace charts/function-mesh-operator
3535
wait:
3636
- namespace: function-mesh
3737
resource: pod

0 commit comments

Comments
 (0)