Skip to content

Commit

Permalink
Use correct default API host
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway authored Jul 20, 2021
1 parent 0098866 commit 63a54bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kubetruth/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63a54bc

Please sign in to comment.