Skip to content

Commit

Permalink
Fixed set namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Oct 30, 2020
1 parent ace92d8 commit 52cf147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kinds/K8sResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function setNamespace($namespace)
return $this;
}

$this->setAttribute('metadata.namespace', static::$defaultNamespace);
$this->setAttribute('metadata.namespace', $namespace);

return $this;
}
Expand Down

0 comments on commit 52cf147

Please sign in to comment.