-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use argocd to manage utilities for e2e-cluster #1061
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.
I think we can make a few improvements which I outlined below
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.
Nothing to add from Gabe's suggestions, just commenting so you can re-request review when you've addressed them!
e2e/tests/shared/shared.go
Outdated
|
||
createClusterReq.DesiredUtilityVersions = map[string]*model.HelmUtilityVersion{ | ||
model.NginxCanonicalName: { | ||
Chart: "unmanaged", |
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.
Chart: "unmanaged", | |
Chart: model.UnmanagedUtilityVersion, |
This is also a constant we can use for all utilities.
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. Thanks for addressing the feedback.
Summary
Use argocd to manage utilities for e2e-cluster
Ticket Link
Fixes https://mattermost.atlassian.net/browse/CLD-7783
Release Note