Tests are separate for easier backporting
This commit is contained in:
parent
d88739367e
commit
f65ac2cf23
1 changed files with 19 additions and 0 deletions
|
@ -81,6 +81,25 @@
|
||||||
assert:
|
assert:
|
||||||
that: not output.changed
|
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
|
- name: Create PVC
|
||||||
k8s:
|
k8s:
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue