calicoctl.cfg.j2 267 B

123456789
  1. apiVersion: v1
  2. kind: calicoApiConfig
  3. metadata:
  4. spec:
  5. datastoreType: "etcdv2"
  6. etcdEndpoints: "{{ calico_etcd_endpoints }}"
  7. etcdKeyFile: "{{ calico_etcd_key_file }}"
  8. etcdCertFile: "{{ calico_etcd_cert_file }}"
  9. etcdCaCertFile: "{{ calico_etcd_ca_cert_file }}"