Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to bluegreen-maxunavailable
  • Loading branch information
khhirani committed Jan 27, 2021
2 parents 0e5f490 + 01055cf commit 0e85f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit
1. [Spotify](https://www.spotify.com/)
1. [New Relic](https://newrelic.com/)
1. [Quipper](https://www.quipper.com/)
1. [Devtron Labs](https://github.com/devtron-labs/devtron)


## Community Blogs and Presentations
* [Argo Rollouts - Canary Deployments Made Easy In Kubernetes](https://youtu.be/84Ky0aPbHvY) @ [The DevOps Toolkit Series](https://www.youtube.com/c/TheDevOpsToolkitSeries)
Expand Down
2 changes: 1 addition & 1 deletion pkg/kubectl-argo-rollouts/cmd/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const (

// NewCmdCreate returns a new instance of an `rollouts create` command
func NewCmdCreate(o *options.ArgoRolloutsOptions) *cobra.Command {
o.DynamicClientset()
createOptions := CreateOptions{
ArgoRolloutsOptions: *o,
}
Expand All @@ -78,6 +77,7 @@ func NewCmdCreate(o *options.ArgoRolloutsOptions) *cobra.Command {
Example: o.Example(createExample),
SilenceUsage: true,
RunE: func(c *cobra.Command, args []string) error {
createOptions.DynamicClientset()
if len(createOptions.Files) == 0 {
return o.UsageErr(c)
}
Expand Down

0 comments on commit 0e85f9d

Please sign in to comment.