We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793068c commit 44c1781Copy full SHA for 44c1781
hack/dev/kind/install.sh
@@ -202,7 +202,7 @@ main() {
202
echo "And we are done :): "
203
}
204
205
-while getopts "Ggpcrb" o; do
+while getopts "RGgpcrb" o; do
206
case "${o}" in
207
b)
208
start_registry
@@ -217,10 +217,13 @@ while getopts "Ggpcrb" o; do
217
;;
218
p)
219
install_pac
220
- echo "Restarting controller POD: "
221
- kubectl delete pod -l app.kubernetes.io/part-of=pipelines-as-code -n pipelines-as-code || true
222
exit
223
+ R)
+
224
+ echo "Restarting pac pods"
225
+ kubectl delete pod -l app.kubernetes.io/part-of=pipelines-as-code -n pipelines-as-code || true
226
+ ;;
227
r)
228
INSTALL_FROM_RELEASE=yes
229
0 commit comments