-
Notifications
You must be signed in to change notification settings - Fork 176
remove references to stack helm chart version #3740
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
Conversation
🔍 Preview links for changed docs |
rhr323
left a comment
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 the improvement!
|
IMO the usage we do of the We are using it only in an example for illustration purposes of how the So, if we want this substitution only to solve this, I think it would be better to remove the But of course, if there's benefit on mentioning on our docs the latest helm chart release and explain if different helm chart releases support different things (maybe in the future), then we would definitely need this. I think the doc would still be ok if we leave something like: PS - Note that when I added the ingress example I did it because it's useful to see how an Ingress object for an ECK-managed resource could look like in case a user wants to create ingress objects manually, which is a common use case also. |
|
@eedugon great points. will let the devs weigh in on what they think is best. |
barkbay
left a comment
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.
Sorry for the delay, this one fell through the cracks.
LGTM, left a small comment about naming.
deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md
Outdated
Show resolved
Hide resolved
barkbay
left a comment
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.
Sorry I read the PR content first, and missed @eedugon's comment 🙃
I think it would be better to remove the labels from the illustrative examples instead of creating a new subs that we will have to maintain.
No strong opinion, but what you said makes sense to me.These labels don’t seem to add much value; we could indeed consider removing them.
yetanothertw
left a comment
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 🐈
barkbay
left a comment
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
eedugon
left a comment
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!
The helm chart version is not static and often gets bumped with an ECK release.
this PR skips the value completely so we no longer need to worry about it being out of date