Skip to content

Commit 52cf147

Browse files
committed
Fixed set namespace
1 parent ace92d8 commit 52cf147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kinds/K8sResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function setNamespace($namespace)
216216
return $this;
217217
}
218218

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

221221
return $this;
222222
}

0 commit comments

Comments
 (0)