cdk8s-kustomize
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

cdk8s-kustomize

Use kustomize directories in your cdk8s projects

To use this you must have kubectl installed on your system.

class MyChart extends cdk8s.Chart {
  constructor(scope: Construct, id: string) {
    super(scope, id);

    const myKustomizeDir = new Kustomize(this, 'postgres-operator-install', {
      url: 'https://github.com/CrunchyData/postgres-operator-examples//kustomize/install/default?ref=12085b73c85f3c30f0a0b1d3f5fe17b22c3eede3'
    });
  }
}

GoGetter URLs are supported by Kustomize

Readme

Keywords

Package Sidebar

Install

npm i cdk8s-kustomize

Weekly Downloads

0

Version

0.0.4

License

Apache-2.0

Unpacked Size

42.7 kB

Total Files

12

Last publish

Collaborators

  • spion