Skip to content

Commit 68efdff

Browse files
committed
Fix flakey flux test
1 parent 3612ed9 commit 68efdff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.spelling

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,5 @@ nodeconfig
141141
cni-tshoot
142142
resolv
143143
untolerated
144-
Workernodes
144+
Workernodes
145+
Gitea

website/docs/automation/gitops/flux/gitea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ helm upgrade --install gitea oci://docker.gitea.com/charts/gitea \
1818

1919
Make sure that Gitea is up and running before proceeding:
2020

21-
```bash timeout=300
21+
```bash timeout=300 wait=10
2222
$ export GITEA_HOSTNAME=$(kubectl get svc -n gitea gitea-http -o jsonpath="{.status.loadBalancer.ingress[*].hostname}")
2323
$ curl --head -X GET --retry 30 --retry-all-errors --retry-delay 15 \
2424
--connect-timeout 10 --max-time 60 \

0 commit comments

Comments
 (0)