0.0.4 • Published 2 years ago

cdk8s-kustomize v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago