Skip to content

Commit

Permalink
remove dash from kubectl command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryehowell committed Jan 23, 2024
1 parent 5ad3309 commit 0db6e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/coredns.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func ScheduleCoredns(
kubectlOptions,
"get", "deployment", "coredns",
"-n", "kube-system",
"-o", `-jsonpath='{.spec.template.metadata}'`,
"-o", `jsonpath='{.spec.template.metadata}'`,
)
if err != nil {
return errors.WithStackTrace(err)
Expand Down

0 comments on commit 0db6e7f

Please sign in to comment.