Skip to content

Commit 0273bc2

Browse files
committed
Update for 4.20, minor bug fixes and content changes
1 parent 2fa338a commit 0273bc2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
-8.54 KB
Loading
52.6 KB
Loading

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ STATUS: Progressing
209209
MESSAGE
210210
----
211211

212-
Note the command confirms that Argo CD considers the PVC to be `Progressing`, let's change that with the following
213-
custom health check writtin in LUA to override the default one:
212+
Note the command confirms that Argo CD considers the PVC to be `Progressing`, consider this updated
213+
health check for PVCs:
214214

215215
[source,yaml,subs="+macros,attributes+"]
216216
----
@@ -235,7 +235,8 @@ In this health check, in section _(1)_ we return a `Healthy` status for both the
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

238-
Insert this new health check to the local `argocd-cm` ConfigMap we are testing with the following command:
238+
Test this new health check that will override the default by inserting it into the local `argocd-cm`
239+
ConfigMap we are testing with using the following command:
239240

240241
[.console-input]
241242
[source,bash,subs="attributes",role=execute]
@@ -437,3 +438,6 @@ configuration options not available in the Operator.
437438

438439
Clean-up your work by deleting the `health-test` Application using the default `Foreground` deletion option.
439440

441+
image::delete-health-check.png[]
442+
443+

0 commit comments

Comments
 (0)