This commit is contained in:
icurfer 2024-12-03 07:28:55 +00:00
parent 1f6794647c
commit 58f22fef90
2 changed files with 4 additions and 12 deletions

View File

@ -3,13 +3,8 @@ kind: Rollout
metadata:
name: rollouts-demo
spec:
selector:
matchLabels:
app: rollouts-demo
template:
metadata:
labels:
app: rollouts-demo
spec:
containers:
- name: rollouts-demo
- name: rollouts-demo
image: argoproj/rollouts-demo:blue

View File

@ -1,9 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: argoproj/rollouts-demo
newTag: blue
resources:
- ../../base
- ../../base
patchesStrategicMerge:
- image-patch.yaml
- image-patch.yaml