Merge pull request #12 from eschercloudai/cilium_ipam

[cilium] Switch the IPAM mode to the default
This commit is contained in:
Matt Pryor 2022-11-02 11:44:02 +00:00 committed by GitHub
commit b68b6540ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}
---