Skip to content

Commit

Permalink
.metadata.name and .spec missing creating RolloutMgr (#6029)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Chong <kykchong@redhat.com>
  • Loading branch information
keithchong committed Feb 3, 2025
1 parent f652316 commit 34d26ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/samples/argoproj.io_v1alpha1_rollout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
name: example
spec:
5 changes: 5 additions & 0 deletions config/samples/argoproj.io_v1alpha1_rolloutmanager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
name: example
spec:
2 changes: 2 additions & 0 deletions config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ resources:
- argoproj.io_v1alpha1_applicationset.yaml
- argoproj.io_v1alpha1_appproject.yaml
- argoproj.io_v1alpha1_notificationsconfiguration.yaml
- argoproj.io_v1alpha1_rollout.yaml
- argoproj.io_v1alpha1_rolloutmanager.yaml
#+kubebuilder:scaffold:manifestskustomizesamples

0 comments on commit 34d26ad

Please sign in to comment.