```// Create resources const ksqldb = new k8s.yaml.ConfigGroup('ksqldb', { files: [path.join('yaml...
p
Copy code
// Create resources
const ksqldb = new k8s.yaml.ConfigGroup('ksqldb', {
  files: [path.join('yaml', '*.yaml')],
})