diff --git a/src/index.ts b/src/index.ts index 6c41180..a9e78c8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -64,6 +64,7 @@ export class CDK8sProvider extends provider.KubernetesProvider { const manifestContent = wrapLeafStringKeys(jsonManifest); new manifest.Manifest(this, `${id}-${type}-${uniqueId}`, { + provider: this, manifest: manifestContent, }); });