Add test for openshift apply bug

Fails using 0.11.0
This commit is contained in:
Will Thames
2020-05-21 12:39:04 +10:00
parent 2f7b55270d
commit 00200cf917
3 changed files with 67 additions and 14 deletions

View File

@@ -15,14 +15,17 @@ k8s_pod_spec:
exec:
command:
- /bin/true
resources:
limits:
cpu: "100m"
memory: "100Mi"
resources: "{{ k8s_pod_resources }}"
ports: "{{ k8s_pod_ports }}"
k8s_pod_service_account: default
k8s_pod_resources:
limits:
cpu: "100m"
memory: "100Mi"
k8s_pod_command: []
k8s_pod_ports: []