Skip to content

Commit

Permalink
update debugging-crs page in kapp-controller docs (#708)
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Rewar <[email protected]>
  • Loading branch information
prashantrewar authored Jan 9, 2024
1 parent 1edde21 commit aee1465
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/develop/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.31.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.32.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.33.1/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.34.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.35.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.36.1/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.37.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.38.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.39.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.40.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.41.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.42.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.43.1/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.43.2/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.44.1/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.45.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.46.0/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.47.x/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down
2 changes: 1 addition & 1 deletion site/content/kapp-controller/docs/v0.48.x/debugging-crs.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ create the App for the PackageInstall and can lead to failures.
### Debugging PackageRepository CRs

Failures for PackageRepositories can be viewed directly via the
`usefulErrorMessage` property of the PackageRepository's status. More information [here](status.usefulErrorMessage)
`usefulErrorMessage` property of the PackageRepository's status. More information [here](#statususefulerrormessage)

A common source of errors is being unable to fetch the PackageRepository
contents. Please check the `.spec.fetch` portion of the PackageRepository spec for issues related to this.
Expand Down

0 comments on commit aee1465

Please sign in to comment.