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