Skip to content

Commit

Permalink
add tos message for generating self host config (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik authored Mar 5, 2023
1 parent 2221675 commit c0b4617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/robusta/cli/self_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,6 @@ def gen_config(
values_dict["robusta-relay"] = relayValues.dict()

backendProfile = BackendProfile.fromDomain(domain=domain)
self_host_approval_url = f"https://api.robusta.dev/terms-of-service.html"
typer.echo(f"By using this software you agree to the terms of service ({self_host_approval_url})\n")
write_values_files("self_host_values.yaml", "robusta_cli_config.json", values_dict, backendProfile)

0 comments on commit c0b4617

Please sign in to comment.