..
This commit is contained in:
		@ -3,13 +3,8 @@ kind: Rollout
 | 
				
			|||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  name: rollouts-demo
 | 
					  name: rollouts-demo
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
  selector:
 | 
					 | 
				
			||||||
    matchLabels:
 | 
					 | 
				
			||||||
      app: rollouts-demo
 | 
					 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
    metadata:
 | 
					 | 
				
			||||||
      labels:
 | 
					 | 
				
			||||||
        app: rollouts-demo
 | 
					 | 
				
			||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - name: rollouts-demo
 | 
					        - name: rollouts-demo
 | 
				
			||||||
 | 
					          image: argoproj/rollouts-demo:blue
 | 
				
			||||||
 | 
				
			|||||||
@ -1,9 +1,6 @@
 | 
				
			|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
					apiVersion: kustomize.config.k8s.io/v1beta1
 | 
				
			||||||
kind: Kustomization
 | 
					kind: Kustomization
 | 
				
			||||||
images:
 | 
					 | 
				
			||||||
- name: argoproj/rollouts-demo
 | 
					 | 
				
			||||||
  newTag: blue
 | 
					 | 
				
			||||||
resources:
 | 
					resources:
 | 
				
			||||||
- ../../base
 | 
					  - ../../base
 | 
				
			||||||
patchesStrategicMerge:
 | 
					patchesStrategicMerge:
 | 
				
			||||||
- image-patch.yaml
 | 
					  - image-patch.yaml
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user