Add tests for #56147 (#57256)

Tests are separate for easier backporting
pull/57458/head
Will Thames 5 years ago committed by René Moser
parent d88739367e
commit f65ac2cf23

@ -81,6 +81,25 @@
assert:
that: not output.changed
- name: Create a ConfigMap
k8s:
kind: ConfigMap
name: test-force-update
namespace: testing
definition:
data:
key: value
- name: Force update ConfigMap
k8s:
kind: ConfigMap
name: test-force-update
namespace: testing
definition:
data:
key: newvalue
force: yes
- name: Create PVC
k8s:
state: present

Loading…
Cancel
Save