Merge pull request #146 from vadorovsky/cilium-1.10.4-fix

cilium: Fix the eni value
pull/147/head
Michal Rostecki 2021-09-13 18:44:35 +02:00 committed by GitHub
commit 0f2a7299d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -25,7 +25,12 @@
}
},
"eni": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"image": {
"type": "object",

View File

@ -40,7 +40,9 @@ cilium:
#
# Enable Elastic Network Interface (ENI) for AWS integration.
#
eni: false
eni:
enabled: false
ipam:
# Set mode to "eni" for ENI AWS intetgration.
mode: "kubernetes"

View File

@ -1,3 +1,3 @@
url: local
packageVersion: 01
packageVersion: 02
releaseCandidateVersion: 00