Skip to content
Snippets Groups Projects

Issue #3220258 by Xiaohua Guan, yas: Fix TypeError:...

Files
7
@@ -86,7 +86,7 @@ class K8sConfigMap extends K8sEntityBase implements K8sConfigMapInterface {
* {@inheritdoc}
*/
public function getCreationYaml(): string {
return $this->get('creation_yaml')->value;
return $this->get('creation_yaml')->value ?? '';
}
/**
Loading