Replace flannel with calico
[icn.git] / deploy / cluster / values.yaml
index 499b667..a24b4ba 100644 (file)
@@ -74,6 +74,11 @@ flux:
   # path is the repository to the resources to be applied to the
   # cluster.
   path: ./deploy/site/cluster-icn
+  # decryptionSecret is the SOPS secret key used by Flux to decrypt
+  # any SOPS-encrypted data stored in the resources at path.
+  #decryptionSecret: |
+  #  -----BEGIN PGP PRIVATE KEY BLOCK-----
+  #  ...
 
 # containerRuntime may be containerd or docker.
 containerRuntime: containerd
@@ -81,9 +86,8 @@ containerRuntime: containerd
 # podCidr is the POD CIDR.
 podCidr: 10.244.64.0/18
 
-# cni is the cluster CNI.  The only currently supported CNI is
-# flannel.
-cni: flannel
+# cni is the cluster CNI.  Supported CNIs include calico and flannel.
+cni: calico
 
 # All the version info is captured in one block here.  Care must
 # be taken to ensure that the OS, Kubernetes, and CRI (containerd