Skip to content

Commit

Permalink
chore(docs) fix initContainers typo (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
pallxk authored Nov 10, 2023
1 parent 136deb5 commit 663deb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,9 @@ event you need to recover from unintended CRD deletion.

### InitContainers

The chart is able to deploy initcontainers along with Kong. This can be very
The chart is able to deploy initContainers along with Kong. This can be very
useful when there's a requirement for custom initialization. The
`deployment.initcontainers` field in values.yaml takes an array of objects that
`deployment.initContainers` field in values.yaml takes an array of objects that
get appended as-is to the existing `spec.template.initContainers` array in the
kong deployment resource.

Expand Down

0 comments on commit 663deb0

Please sign in to comment.