Skip to content

Commit 34d26ad

Browse files
committed
.metadata.name and .spec missing creating RolloutMgr (#6029)
Signed-off-by: Keith Chong <[email protected]>
1 parent f652316 commit 34d26ad

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Rollout
3+
metadata:
4+
name: example
5+
spec:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: RolloutManager
3+
metadata:
4+
name: example
5+
spec:

config/samples/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ resources:
66
- argoproj.io_v1alpha1_applicationset.yaml
77
- argoproj.io_v1alpha1_appproject.yaml
88
- argoproj.io_v1alpha1_notificationsconfiguration.yaml
9+
- argoproj.io_v1alpha1_rollout.yaml
10+
- argoproj.io_v1alpha1_rolloutmanager.yaml
911
#+kubebuilder:scaffold:manifestskustomizesamples

0 commit comments

Comments
 (0)