Kubectl Args
Here are some examples of customizing the kubectl args.
.kubes/config/kubectl/args.rb
command("apply",
args: ["--validate=true"],
)
command("delete",
args: ["--grace-period=-1"],
)
Here are some examples of customizing the kubectl args.
.kubes/config/kubectl/args.rb
command("apply",
args: ["--validate=true"],
)
command("delete",
args: ["--grace-period=-1"],
)