@@ -244,7 +244,7 @@ plugins:
244244 command : bash
245245 args :
246246 - -c
247- - flux $([ $(kubectl get kustomizations $NAME --context=$CONTEXT --namespace=$NAMESPACE -o=custom-columns=TYPE:.spec.suspend | tail -1) = "true" ] && echo resume || echo suspend) kustomization $NAME --context=$CONTEXT --namespace=$NAMESPACE |& less -KR
247+ - flux $([ $(kubectl get kustomizations $NAME --context=$CONTEXT --namespace=$NAMESPACE -o=custom-columns=TYPE:.spec.suspend | tail -1) = "true" ] && echo resume || echo suspend) kustomization $NAME --timeout 10s -- context=$CONTEXT --namespace=$NAMESPACE |& less -KR
248248 background : false
249249 confirm : true
250250 dangerous : true
@@ -257,7 +257,7 @@ plugins:
257257 command : bash
258258 args :
259259 - -c
260- - flux $([ $(kubectl get gitrepo $NAME --context=$CONTEXT --namespace=$NAMESPACE -o=custom-columns=TYPE:.spec.suspend | tail -1) = true ] && echo resume || echo suspend) source git $NAME --context=$CONTEXT --namespace=$NAMESPACE |& less -KR
260+ - flux $([ $(kubectl get gitrepo $NAME --context=$CONTEXT --namespace=$NAMESPACE -o=custom-columns=TYPE:.spec.suspend | tail -1) = true ] && echo resume || echo suspend) source git $NAME --timeout 10s -- context=$CONTEXT --namespace=$NAMESPACE |& less -KR
261261 background : false
262262 confirm : true
263263 dangerous : true
@@ -274,7 +274,7 @@ plugins:
274274 background : false
275275 confirm : true
276276 dangerous : true
277- # --- Reconcile selected flux gitrepository in current namespace
277+ # --- Reconcile selected gitrepository in current namespace
278278 reconcile-git :
279279 shortCut : Shift-Z
280280 description : Flux reconcile
@@ -287,7 +287,7 @@ plugins:
287287 background : false
288288 confirm : false
289289 dangerous : true
290- # --- Reconcile selected flux helmrelease in current namespace
290+ # --- Reconcile selected helmrelease in current namespace
291291 reconcile-helmrelease :
292292 shortCut : Shift-Z
293293 description : Flux reconcile
@@ -300,7 +300,7 @@ plugins:
300300 background : false
301301 confirm : false
302302 dangerous : true
303- # --- Reconcile selected flux helmrepository in current namespace
303+ # --- Reconcile selected helmrepository in current namespace
304304 reconcile-helm-repo :
305305 shortCut : Shift-Z
306306 description : Flux reconcile
@@ -313,7 +313,7 @@ plugins:
313313 background : false
314314 confirm : false
315315 dangerous : true
316- # --- Reconcile selected flux kustomization in current namespace
316+ # --- Reconcile selected kustomization in current namespace
317317 reconcile-kustomization :
318318 shortCut : Shift-Z
319319 description : Flux reconcile
@@ -326,7 +326,7 @@ plugins:
326326 background : false
327327 confirm : false
328328 dangerous : true
329- # --- Reconcile selected flux ocirepository in current namespace
329+ # --- Reconcile selected ocirepository in current namespace
330330 reconcile-oci-repo :
331331 shortCut : Shift-Z
332332 description : Flux reconcile
@@ -339,7 +339,7 @@ plugins:
339339 background : false
340340 confirm : false
341341 dangerous : true
342- # --- Reconcile selected flux terraform in current namespace
342+ # --- Reconcile selected terraform in current namespace
343343 reconcile-tf :
344344 shortCut : Shift-Z
345345 description : Flux reconcile
0 commit comments