Skip to content
Snippets Groups Projects
Commit 65691806 authored by Luis Nunez's avatar Luis Nunez
Browse files

remove capitalize filter

parent 9cc8ef4b
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@
},
"spec": {
"cidr": "{{ kube_pods_subnet }}",
"ipipMode": "{{ ipip_mode|capitalize }}",
"ipipMode": "{{ ipip_mode }}",
"natOutgoing": {{ nat_outgoing|default(false) and not peer_with_router|default(false) }} }} " | {{ bin_dir }}/calicoctl create -f -
run_once: true
delegate_to: "{{ groups['kube-master'][0] }}"
......@@ -186,4 +186,4 @@
register: calico_node_manifests
when:
- inventory_hostname in groups['kube-master']
- rbac_enabled or item.type not in rbac_resources
\ No newline at end of file
- rbac_enabled or item.type not in rbac_resources
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment