[cilium] Switch the IPAM mode to the default

The default IPAM mode with Cilium is [cluster
scope](https://docs.cilium.io/en/stable/concepts/networking/ipam/), this
commit switches back to this default so that there are no surprises when
provisioning a cluster (i.e if you don't annotate nodes)

Signed-off-by: Nick Jones <nick@dischord.org>
This commit is contained in:
Nick Jones 2022-10-25 10:34:19 +01:00
parent 347d9f06dc
commit 800d8d34fb
No known key found for this signature in database
GPG Key ID: F6D24C8669938334

View File

@ -9,8 +9,6 @@ metadata:
addons.stackhpc.com/watch: ""
stringData:
defaults: |
ipam:
mode: kubernetes
overrides: |
{{- toYaml .Values.cni.cilium.release.values | nindent 4 }}
---