Fix some typo (#9056)

* fix ingress controller task name

* fix calico word

* add check typo
This commit is contained in:
Samuel Liu
2022-07-12 00:49:48 +08:00
committed by GitHub
parent 058e05df41
commit d821bed2ea
4 changed files with 12 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ kind: IPAMConfig
metadata:
name: default
spec:
autoAllocateBlocks: {{ calcio_ipam_autoallocateblocks }}
autoAllocateBlocks: {{ calico_ipam_autoallocateblocks }}
strictAffinity: {{ calico_ipam_strictaffinity }}
maxBlocksPerHost: {{ calico_ipam_maxblocksperhost }}