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

Failure to get cloudformation template objects from non 'default' namespace #209

Closed rtnpro closed 4 years ago

rtnpro commented 5 years ago

Currently, when fetching cloudformation template object from Kubernetes, we fail to fetch the object from a specific namespace, even if the namespace is specified in the spec for an AWS service object like S3Bucket, etc., and coerce to using the 'default' namespace, which may not contain the cloudformation template objects.