Skip to content

Commit

Permalink
Fix empty kustomization + yaml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Sep 30, 2020
1 parent a291c7e commit 2a0356f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
generators:
- cert-manager-chart.yaml
- cert-manager-chart.yaml

resources:
- crds.yaml
- namespace.yaml
- crds.yaml
- namespace.yaml
2 changes: 1 addition & 1 deletion example/jenkins/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generators:
- jenkins-chart.yaml
- jenkins-chart.yaml
2 changes: 1 addition & 1 deletion example/localref/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generators:
- chartref.yaml
- chartref.yaml
2 changes: 2 additions & 0 deletions example/localrefref/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
generators:
- chartref.yaml
2 changes: 1 addition & 1 deletion example/sonatype-nexus/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generators:
- nexus-chart.yaml
- nexus-chart.yaml

0 comments on commit 2a0356f

Please sign in to comment.