pulumi / pulumi-kubernetesx

Kubernetes for Everyone
Apache License 2.0
135 stars 16 forks source link

[bug] deployment.createService not placed in same namespace #40

Closed brandonkal closed 4 years ago

brandonkal commented 4 years ago

If a deployment is created in a different namespace, the service is still placed in the default namespace. createService() should use the same namespace.

brandonkal commented 4 years ago

Resolved by #47