-
Notifications
You must be signed in to change notification settings - Fork 1k
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 current compilation error #1294
Fix current compilation error #1294
Conversation
Configure Renovate
KubernetesEnvironmentRepository environmentRepository = new KubernetesEnvironmentRepository(coreApi, | ||
kubernetesPropertySourceSuppliers, "default"); | ||
KUBERNETES_PROPERTY_SOURCE_SUPPLIER, "default"); |
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.
KUBERNETES_PROPERTY_SOURCE_SUPPLIER
this was missing, probably a small merge issue. The rest is formatting, nothing else
Thanks, I merged some stuff forward and messed it all up. I should not have done this on a Friday afternoon. |
debatable if you should not have done it (joking, of course) :) I was very eager to get some of these small PRs in, before I present some really meaningful work to you. Thank you for merging it |
😂 it's not debatable I definitely shouldn't have done it. Thanks again! |
No description provided.