amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
733 stars 103 forks source link

correct the <K8S_NAMESPACE> argument name #198

Open marcindulak opened 5 years ago

marcindulak commented 5 years ago

Issue #191

Description of changes:

Use the correct argument name, which is default-namespace https://github.com/awslabs/aws-service-operator/blob/76312848693937324f5920d771cde1abe2f51fdd/cmd/aws-service-operator/main.go#L60

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.