summaryrefslogtreecommitdiff
path: root/chaos-at-home/k8s-chtest.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/k8s-chtest.yml')
-rw-r--r--chaos-at-home/k8s-chtest.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chaos-at-home/k8s-chtest.yml b/chaos-at-home/k8s-chtest.yml
index 66e28426..5f7c830e 100644
--- a/chaos-at-home/k8s-chtest.yml
+++ b/chaos-at-home/k8s-chtest.yml
@@ -21,10 +21,10 @@
gather_facts: no
tasks:
- set_fact:
- kubernetes_secrets_cooked: "{{ kubernetes_secrets }}"
+ kubernetes_secrets: "{{ kubernetes_secrets }}"
- when: external_ip is defined
set_fact:
- external_ip_cooked: "{{ external_ip }}"
+ external_ip: "{{ external_ip }}"
- import_playbook: ../common/kubernetes-cluster.yml
- import_playbook: ../common/kubernetes-cluster-cleanup.yml