We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ba750 commit dcec8e7Copy full SHA for dcec8e7
.github/workflows/scripts/e2e/go_test.sh
@@ -20,7 +20,7 @@ function install_gmc() {
20
kubectl create configmap gmcyaml -n $SYSTEM_NAMESPACE --from-file $(pwd)/config/manifests
21
kubectl apply -f $(pwd)/config/manager/gmc-manager.yaml
22
23
- # Wait until the gmc conroller pod is ready
+ # Wait until the gmc controller pod is ready
24
wait_until_pod_ready "gmc-controller" $SYSTEM_NAMESPACE "gmc-controller"
25
}
26
@@ -186,4 +186,3 @@ case "$1" in
186
echo "Unknown function: $1"
187
;;
188
esac
189
-
0 commit comments