-
Notifications
You must be signed in to change notification settings - Fork 84
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: Ensure ServiceMonitor.spec.endpoints[0].port is a string #241
base: main
Are you sure you want to change the base?
Conversation
Relates to #228 |
Failing to pass kubeconform checks internally Signed-off-by: Connor Hindley <connor.hindley@tanium.com>
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Yup yup. Will do. More from our findings - if Will work on some tests for this. |
same with ArgoCD:
currently this means OTEL integration is broken for some users |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Failing to pass kubeconform checks internally
Description of the change
forces port to be a string.
before this change kubeconform failed with the following error:
Existing or Associated Issue(s)
Additional Information
https://github.com/yannh/kubeconform
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.