-
Notifications
You must be signed in to change notification settings - Fork 14
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
added telemetry opt-in banner #15
added telemetry opt-in banner #15
Conversation
Co-authored-by: Nick Boldt <[email protected]>
/hold As commented out in janus-idp/operator#372 (comment), https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.2/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh currently returns a 404. |
Co-authored-by: Armel Soro <[email protected]>
Signed-off-by: Kashish Mittal <[email protected]>
Quality Gate passedIssues Measures |
Got confirmation from @nickboldt that the URL appears to be correct. /hold cancel |
Description of the change
Added the telemetry opt-in banner to the following files:
README.md
andcharts/backstage/Chart.yaml
Existing or Associated Issue(s)
Closes https://issues.redhat.com/browse/RHIDP-1906
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -a
to apply changes.pre-commit
hook.ct lint
command.