diff --git a/example/cert-manager/kustomization.yaml b/example/cert-manager/kustomization.yaml index 61966fb..c356847 100644 --- a/example/cert-manager/kustomization.yaml +++ b/example/cert-manager/kustomization.yaml @@ -1,6 +1,6 @@ generators: - - cert-manager-chart.yaml +- cert-manager-chart.yaml resources: - - crds.yaml - - namespace.yaml +- crds.yaml +- namespace.yaml diff --git a/example/jenkins/kustomization.yaml b/example/jenkins/kustomization.yaml index 4e6321d..427812a 100644 --- a/example/jenkins/kustomization.yaml +++ b/example/jenkins/kustomization.yaml @@ -1,2 +1,2 @@ generators: - - jenkins-chart.yaml \ No newline at end of file +- jenkins-chart.yaml \ No newline at end of file diff --git a/example/localref/kustomization.yaml b/example/localref/kustomization.yaml index 95cfd78..f2a5c3f 100644 --- a/example/localref/kustomization.yaml +++ b/example/localref/kustomization.yaml @@ -1,2 +1,2 @@ generators: - - chartref.yaml \ No newline at end of file +- chartref.yaml \ No newline at end of file diff --git a/example/localrefref/kustomization.yaml b/example/localrefref/kustomization.yaml index e69de29..f2a5c3f 100644 --- a/example/localrefref/kustomization.yaml +++ b/example/localrefref/kustomization.yaml @@ -0,0 +1,2 @@ +generators: +- chartref.yaml \ No newline at end of file diff --git a/example/sonatype-nexus/kustomization.yaml b/example/sonatype-nexus/kustomization.yaml index e8d84df..87f9d1d 100644 --- a/example/sonatype-nexus/kustomization.yaml +++ b/example/sonatype-nexus/kustomization.yaml @@ -1,2 +1,2 @@ generators: - - nexus-chart.yaml +- nexus-chart.yaml