mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
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:
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user