summaryrefslogtreecommitdiffstats
path: root/roles/calico/templates/calicoctl.cfg.j2
blob: a00ea27dcfb7087fb2cc58cf997bb2bf2a7e79a1 (plain)
1
2
3
4
5
6
7
8
9
apiVersion: v1
kind: calicoApiConfig
metadata:
spec:
  datastoreType: "etcdv2"
  etcdEndpoints: "{{ calico_etcd_endpoints }}"
  etcdKeyFile: "{{ calico_etcd_key_file }}"
  etcdCertFile: "{{ calico_etcd_cert_file }}"
  etcdCaCertFile: "{{ calico_etcd_ca_cert_file }}"