Skip to content

Commit

Permalink
Update internal/cmd/egctl/translate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: qi <z@openingo.org>
  • Loading branch information
qicz and arkodg authored Aug 2, 2024
1 parent 723f5a2 commit 2272076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/egctl/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func newTranslateCommand() *cobra.Command {
translateCommand.PersistentFlags().StringVarP(&resourceType, "type", "t", string(AllEnvoyConfigType), getValidResourceTypesStr())
translateCommand.PersistentFlags().BoolVarP(&addMissingResources, "add-missing-resources", "", false, "Provides dummy resources if missed")
translateCommand.PersistentFlags().StringVarP(&dnsDomain, "dns-domain", "", "cluster.local", "DNS domain used by k8s services, default is cluster.local")
translateCommand.PersistentFlags().StringVarP(&namespace, "namespace", "n", "envoy-gateway-system", "Namespace where envoy proxy pod are installed.")
translateCommand.PersistentFlags().StringVarP(&namespace, "namespace", "n", "envoy-gateway-system", "Namespace where envoy gateway is installed.")

return translateCommand
}
Expand Down

0 comments on commit 2272076

Please sign in to comment.