Skip to content

Commit def8830

Browse files
fix ci
1 parent bed800c commit def8830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/tests/integration-oauth2/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ setup:
9595
image="function-mesh-operator:latest"
9696
IMG=${image} make docker-build-skip-test
9797
kind load docker-image ${image}
98-
helm install ${FUNCTION_MESH_RELEASE_NAME} -n ${FUNCTION_MESH_NAMESPACE} --set operatorImage=${image} --create-namespace charts/function-mesh-operator
98+
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
9999
wait:
100100
- namespace: function-mesh
101101
resource: pod

.ci/tests/integration-oauth2/e2e_with_downloader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ setup:
9595
image="function-mesh-operator:latest"
9696
IMG=${image} make docker-build-skip-test
9797
kind load docker-image ${image}
98-
helm install ${FUNCTION_MESH_RELEASE_NAME} -n ${FUNCTION_MESH_NAMESPACE} --set operatorImage=${image} --set controllerManager.enableInitContainers=true --create-namespace charts/function-mesh-operator
98+
helm install ${FUNCTION_MESH_RELEASE_NAME} -n ${FUNCTION_MESH_NAMESPACE} --set operatorImage=${image} --set controllerManager.enableInitContainers=true --set controllerManager.globalBackendConfig=global-backend-config --set controllerManager.globalBackendConfigNamespace=${FUNCTION_MESH_NAMESPACE} --set controllerManager.namespacedBackendConfig=backend-config --create-namespace charts/function-mesh-operator
9999
wait:
100100
- namespace: function-mesh
101101
resource: pod

0 commit comments

Comments
 (0)