Skip to content

Commit

Permalink
k8s_json_patch: Minor typo fix in Example section
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasurde committed Mar 30, 2022
1 parent 0299aa8 commit 9d6c3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/411_k8s_json_patch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- k8s_json_patch - minor typo fix in the example section (https://github.com/ansible-collections/kubernetes.core/issues/411).
2 changes: 1 addition & 1 deletion plugins/modules/k8s_json_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
path: /metadata/labels/app
value: myapp
- op: replace
patch: /spec/containers/0/image
path: /spec/containers/0/image
value: nginx
"""

Expand Down

0 comments on commit 9d6c3ff

Please sign in to comment.