Fix spelling

Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
This commit is contained in:
Tim Bannister 2024-01-23 09:33:51 +00:00 committed by GitHub
parent 5bbb5ace30
commit d9723d7e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ container and no startup probe defined, or as a result of its `startupProbe` suc
### Jobs with sidecar containers
If you define a Jobs that uses sidecar using Kubernetes-style init containers,
If you define a Job that uses sidecar using Kubernetes-style init containers,
the sidecar container in each Pod does not prevent the Job from completing after the
main container has finished.