-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(kustomize/v2-alpha): change kustomization file to track samples to u…
…se marker instead of overwritting
- Loading branch information
1 parent
cc703b2
commit e615d6a
Showing
6 changed files
with
65 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
## Append samples of your project ## | ||
resources: | ||
- crew_v1_captain.yaml | ||
- crew_v1_firstmate.yaml | ||
- crew_v1_admiral.yaml | ||
- crew_v1_captain.yaml | ||
- crew_v1_firstmate.yaml | ||
- crew_v1_admiral.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |
9 changes: 5 additions & 4 deletions
9
testdata/project-v4-declarative-v1/config/samples/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
## Append samples of your project ## | ||
resources: | ||
- crew_v1_captain.yaml | ||
- crew_v1_firstmate.yaml | ||
- crew_v1_admiral.yaml | ||
- crew_v1_captain.yaml | ||
- crew_v1_firstmate.yaml | ||
- crew_v1_admiral.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |
24 changes: 12 additions & 12 deletions
24
testdata/project-v4-multigroup/config/samples/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
## Append samples of your project ## | ||
resources: | ||
- crew_v1_captain.yaml | ||
- ship_v1beta1_frigate.yaml | ||
- ship_v1_destroyer.yaml | ||
- ship_v2alpha1_cruiser.yaml | ||
- sea-creatures_v1beta1_kraken.yaml | ||
- sea-creatures_v1beta2_leviathan.yaml | ||
- foo.policy_v1_healthcheckpolicy.yaml | ||
- apps_v1_deployment.yaml | ||
- foo_v1_bar.yaml | ||
- fiz_v1_bar.yaml | ||
- _v1_lakers.yaml | ||
- crew_v1_captain.yaml | ||
- ship_v1beta1_frigate.yaml | ||
- ship_v1_destroyer.yaml | ||
- ship_v2alpha1_cruiser.yaml | ||
- sea-creatures_v1beta1_kraken.yaml | ||
- sea-creatures_v1beta2_leviathan.yaml | ||
- foo.policy_v1_healthcheckpolicy.yaml | ||
- foo_v1_bar.yaml | ||
- fiz_v1_bar.yaml | ||
- _v1_lakers.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
## Append samples of your project ## | ||
resources: | ||
- crew_v1_captain.yaml | ||
- crew_v1_firstmate.yaml | ||
- crew_v1_admiral.yaml | ||
- crew_v1_captain.yaml | ||
- crew_v1_firstmate.yaml | ||
- crew_v1_admiral.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |