Skip to content

Commit

Permalink
fix: wrong provider used for manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
markussiebert committed Nov 10, 2022
1 parent 7ba257e commit 316981b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
});
Expand Down

0 comments on commit 316981b

Please sign in to comment.