Skip to content

Commit 0ce1c73

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82ba06a commit 0ce1c73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scripts/e2e/go_test.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ function install_gmc() {
1919
kubectl apply -f $(pwd)/config/rbac/gmc-manager-rbac.yaml
2020
kubectl create configmap gmcyaml -n $SYSTEM_NAMESPACE --from-file $(pwd)/config/manifests
2121
kubectl apply -f $(pwd)/config/manager/gmc-manager.yaml
22-
23-
# Wait until the gmc conroller pod is ready
22+
23+
# Wait until the gmc controller pod is ready
2424
wait_until_pod_ready "gmc-controller" $SYSTEM_NAMESPACE "gmc-controller"
2525
}
2626

@@ -47,7 +47,7 @@ function validate_chatqna() {
4747
kubectl create ns $APP_NAMESPACE
4848
sed -i "s|namespace: chatqa|namespace: $APP_NAMESPACE|g" $(pwd)/config/samples/chatQnA_xeon.yaml
4949
kubectl apply -f $(pwd)/config/samples/chatQnA_xeon.yaml
50-
50+
5151

5252

5353
output=$(kubectl get pods)
@@ -59,7 +59,7 @@ function validate_chatqna() {
5959

6060

6161
# deploy client pod for testing
62-
kubectl create deployment client-test -n $APP_NAMESPACE --image=python:3.8.13 -- sleep infinity
62+
kubectl create deployment client-test -n $APP_NAMESPACE --image=python:3.8.13 -- sleep infinity
6363

6464
# wait for client pod ready
6565
wait_until_pod_ready "client-test" $APP_NAMESPACE "client-test"

0 commit comments

Comments
 (0)