diff --git a/lib/kubetruth/cli.rb b/lib/kubetruth/cli.rb index 829d8d6..a917132 100755 --- a/lib/kubetruth/cli.rb +++ b/lib/kubetruth/cli.rb @@ -20,7 +20,7 @@ class CLI < CLIBase option "--api-url", 'APIURL', "The cloudtruth api endpoint", environment_variable: 'CLOUDTRUTH_API_URL', - default: "https://api.cloudtruth.com" + default: "https://api.cloudtruth.io" option "--kube-namespace", 'NAMESPACE', "The kubernetes namespace. Defaults to runtime namespace when run in kube"