We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent85b3a23 commitbf35ce5Copy full SHA for bf35ce5
_docs/installation/gitops/runtime-troubleshooting.md
@@ -7,12 +7,13 @@ toc: true
7
8
9
##Error: Job has reached the specified backoff limit
10
+Before initiating the installation, Codefresh automatically validates the`values.yaml` file to verify that the supplied values are correct.
11
12
###Possible cause
13
Validation errors in your`values.yaml` file.
-Before initiating the installation, Codefresh automatically validates the`values.yaml` file to verify that the supplied values are correct.
14
15
-###Possible actions
+
16
+###Resolution
17
1. Get more detailed information on the reason for the validation failure by running:
18
`kubectl logs jobs/validate-values -n ${NAMESPACE}`
19
where: