-
Notifications
You must be signed in to change notification settings - Fork 326
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
Update Helm Values #1551
Update Helm Values #1551
Conversation
5af5996
to
9c766bd
Compare
9c766bd
to
699e166
Compare
49fb92d
to
a2c81d5
Compare
Perhaps needs a rebase off of main? |
8a84dc0
to
646d73e
Compare
Lol, yes. |
f4f5c13
to
ed515ea
Compare
42994b7
to
8e94bfb
Compare
8e94bfb
to
db28d1e
Compare
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.
Looks good! I had a few suggestions, but nothing blocking.
1b2b08b
to
cbca020
Compare
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
cbca020
to
094c772
Compare
Acceptance tests are now failing after a rebase due to this issue. |
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.
Great work Thomas! Have a question that is non blocking! sorry about the delay in reviewing this.
|
||
// This prevents controllers from being installed twice, causing a failure. | ||
"controller.enabled": "false", |
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.
Could you elaborate on this a little? How does the controller get installed twice? 🤔
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.
Totally! This test runs two Consul on K8s installs. One with just servers and one with just the non-server components like connect-injector
and sets the servers as being "external", pointing to the first deployment.
If the controller.enabled
is true (as it is by default in this change) for both installs, then the test fails when the second install tries to install controllers to the Kubernetes cluster when they have already been installed.
Changes proposed in this PR:
How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: