This message was deleted.
# general
s
This message was deleted.
b
you should just be able to add the provider like this
Copy code
// Create resources
const ksqldb = new k8s.yaml.ConfigGroup('ksqldb', {
  files: [path.join('yaml', '*.yaml')],
}, {
  provider: clusterProvider
})
p
Copy code
// Create resources
const ksqldb = new k8s.yaml.ConfigGroup('ksqldb', {
  files: [path.join('yaml', '*.yaml')]
}, { provider: clusterProvider })
my bad, thanks @billowy-army-68599
just noticed the third argument
🙂
thanks again