File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.ci/tests/integration-oauth2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 95
95
image="function-mesh-operator:latest"
96
96
IMG=${image} make docker-build-skip-test
97
97
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
99
99
wait :
100
100
- namespace : function-mesh
101
101
resource : pod
Original file line number Diff line number Diff line change 95
95
image="function-mesh-operator:latest"
96
96
IMG=${image} make docker-build-skip-test
97
97
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
99
99
wait :
100
100
- namespace : function-mesh
101
101
resource : pod
You can’t perform that action at this time.
0 commit comments