-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retire deprecated whitelist option for kiam v4 #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this change, we only support chart_version
6.0.0 and above.
Maybe we should configure validation for this variable in `vars.tf``, to avoid the problem noted in the EKS manifest for our cluster:
5.10.0 includes uswitch/kiam#427, but image does not - breaks WhitelistRouteRegexp/AllowRouteRegexp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice with the validate part.
That is a good suggestion, so I have implemented that now. I also tested if it worked by reverting to the old version (5.9.0), and the validation kicked in: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validate logic only works with single digit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@raras-dfds - could you also please take a second look? |
NOT TO BE MERGED UNTIL next week.