This commit is contained in:
2024-12-03 07:17:47 +00:00
parent 970288fe7a
commit d1f976f83a
5 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Rollout
metadata:
name: rollouts-demo
spec:
revisionHistoryLimit: 2
selector:
matchLabels:
app: rollouts-demo
template:
metadata:
labels:
app: rollouts-demo
spec:
containers:
- name: rollouts-demo