``` kubernetes:core:Namespace (ksqldb-cluster): ...
# typescript
p
Copy code
kubernetes:core:Namespace (ksqldb-cluster):
    error: configured Kubernetes cluster is unreachable: failed to parse kubeconfig data in `kubernetes:config:kubeconfig`; this must be a YAML literal string and not a filename or path - yaml: line 2: mapping values are not allowed in this context
Copy code
export const ksqlDbNamespace = new k8s.core.v1.Namespace(ksqlDbClusterName, {}, {provider: ksqlDbCluster.clusterProvider})
my bad
yaml identation error