Skip to content

Commit 2fa338a

Browse files
committed
Italize bullet to be more readable
1 parent 6b00a43 commit 2fa338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/modules/ROOT/pages/03-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ hs.message = "Waiting for PVC status"
231231
return hs
232232
----
233233

234-
In this health check, in section <1> we return a `Healthy` status for both the `Pending` and `Bound` phases, if the status
234+
In this health check, in section _(1)_ we return a `Healthy` status for both the `Pending` and `Bound` phases, if the status
235235
is `Lost` we return a `Degraded` status and finally if there is no `status` or `phase` we return an `Unknown` status. You can
236236
view how this compares to the native health check for PVCs link:https://github.com/argoproj/gitops-engine/blob/093aef0dad58015619479509f0d2ac71cc9cefd7/pkg/health/health_pvc.go#L28[here, window="_blank"].
237237

0 commit comments

Comments
 (0)