k8s_json_patch: Minor typo fix in Example section (#425)

k8s_json_patch: Minor typo fix in Example section

SUMMARY
Fixes: #411
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
changelogs/fragments/411_k8s_json_patch.yml
plugins/modules/k8s_json_patch.py

Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2022-04-01 06:29:55 +05:30
committed by GitHub
parent 2c96b70702
commit 764e4499b5
2 changed files with 4 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ EXAMPLES = r"""
path: /metadata/labels/app
value: myapp
- op: replace
patch: /spec/containers/0/image
path: /spec/containers/0/image
value: nginx
"""