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 3612ed9 commit 68efdffCopy full SHA for 68efdff
.spelling
@@ -141,4 +141,5 @@ nodeconfig
141
cni-tshoot
142
resolv
143
untolerated
144
-Workernodes
+Workernodes
145
+Gitea
website/docs/automation/gitops/flux/gitea.md
@@ -18,7 +18,7 @@ $ helm upgrade --install gitea oci://docker.gitea.com/charts/gitea \
18
19
Make sure that Gitea is up and running before proceeding:
20
21
-```bash timeout=300
+```bash timeout=300 wait=10
22
$ export GITEA_HOSTNAME=$(kubectl get svc -n gitea gitea-http -o jsonpath="{.status.loadBalancer.ingress[*].hostname}")
23
$ curl --head -X GET --retry 30 --retry-all-errors --retry-delay 15 \
24
--connect-timeout 10 --max-time 60 \
0 commit comments