Set the connection plugin and transport separately, add tests

This commit is contained in:
Fabian von Feilitzsch
2020-08-26 14:48:40 -04:00
parent 16059a8111
commit 1c5a8fd49f
4 changed files with 94 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ k8s_pod_spec:
- /bin/true
resources: "{{ k8s_pod_resources }}"
ports: "{{ k8s_pod_ports }}"
env: "{{ k8s_pod_env }}"
k8s_pod_service_account: default
@@ -30,6 +31,8 @@ k8s_pod_command: []
k8s_pod_ports: []
k8s_pod_env: []
k8s_pod_template:
metadata: "{{ k8s_pod_metadata }}"
spec: "{{ k8s_pod_spec }}"