-
Couldn't load subscription status.
- Fork 621
feat: add separate labels to console ingress #841
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
base: master
Are you sure you want to change the base?
Conversation
1c0a6c1 to
9a68fff
Compare
|
Doesn't that have to be added to values.schema.json as well? |
it looks like there is a bunch of stuff missing from the values.schema.json file, should i run |
|
Thank you, I wasn't aware of that. It would be nice to have all the missing stuff added. Maybe in a separate pull request. |
|
@andrewjkeith Any update on getting the values updated on this one? |
0e7b3ea to
dc2a3f0
Compare
|
@stefangries i went ahead at refactored the values.schema.json, turns out it had several errors in there. let me know if you want a separate pull request |
|
Yes, please do separate pull requests for the refactoring and for this issue. |
|
@stefangries ok i just opened a new PR here, thanks: #858 |
dc2a3f0 to
eb9fa75
Compare
|
@stefangries schema values from this PR have been removed |
ef995fb to
1c565ae
Compare
|
@andrewjkeith First, please excuse my late reply. I have now looked at your pull request again. As I see it, this is a breaking change, as labels that may have previously been under $ingress.labels are no longer added. The new naming is more correct, but it is also a breaking change. Could we perhaps achieve this without a breaking change by adding both fields, $ingress.labels and $ingress.console.labels? What do you think? |
1c565ae to
008078b
Compare
yeah that is a good point, i agree. i added back the |
|
Thanks. However, I think the code still contains a small bug. As it stands now, you have nested the two range loops inside each other. Instead, they should simply be executed one after the other with their own printf. Agreed? |
Signed-off-by: Andrew Keith <andrew@andrewkeith.net> Signed-off-by: Andrew Keith <andrew.keith@sphinxdefense.com>
008078b to
531704f
Compare
|
yep, good catch thank you |
add separate labels to console ingress