-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix(helm): Keep helm labels sync with che-operator so chectl is able to deploy multiuser without errors #13812
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 am +1 to include this to 7.0.0
because it is required to address #13801. This issue could be addressed as a chectl fix as well but:
- it's cleaner to make
helm
andche-operator
consistent - the fix looks pretty safe
Will these new labels make it easier or harder to reskin Che 7 as CRW 2 ? |
@NickBolt AFAIK helm is not used for CRW |
Right, then approved for Che 7 because CRW won't support helm/pure k8s, only openshift. My thought was that if this makes chectl LESS likely to work for CRW in future, it's a bad thing. |
it's better for chectl (and users) as labels will be the same for operator and helm |
… deploy multi user without errors It is related to documentation for Remote Che as part of EndGame 7.0.0 Else I'm not able to deploy it using chectl Change-Id: I9456187a5fb04574c1a9e40e004156a4c45810a9 Signed-off-by: Florent Benoit <[email protected]>
eclipse-che/che#13812 Change-Id: I6d0e1b5b25d4ca551eecea290bc7ee291d189a75 Signed-off-by: Florent Benoit <[email protected]>
eclipse-che/che#13812 Change-Id: I6d0e1b5b25d4ca551eecea290bc7ee291d189a75 Signed-off-by: Florent Benoit <[email protected]>
eclipse-che/che#13812 Change-Id: I6d0e1b5b25d4ca551eecea290bc7ee291d189a75 Signed-off-by: Florent Benoit <[email protected]>
What does this PR do?
It adds extra labels to helm templates
It is related to documentation for Remote Che as part of EndGame 7.0.0
Else I'm not able to deploy it using chectl (and then write documentation)
What issues does this PR fix or reference?
#13637
Change-Id: I9456187a5fb04574c1a9e40e004156a4c45810a9
Signed-off-by: Florent Benoit [email protected]