Fixes #65952: Remove ambiguous example from k8s docs to clarify file usage. (#65953)

This commit is contained in:
Jeff Geerling 2019-12-23 09:18:15 -06:00 committed by Sandra McCann
parent 5c69e02a35
commit 81465455cd

View file

@ -182,11 +182,6 @@ EXAMPLES = '''
name: port-8000-tcp
port: 8000
- name: Create a Service object by reading the definition from a file
k8s:
state: present
src: /testing/service.yml
- name: Remove an existing Service object
k8s:
state: absent