init
This commit is contained in:
16
overlays/dev/image-patch.yaml
Normal file
16
overlays/dev/image-patch.yaml
Normal 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
|
9
overlays/dev/kustomization.yaml
Normal file
9
overlays/dev/kustomization.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: argoproj/rollouts-demo:blue
|
||||
newTag: blue
|
||||
resources:
|
||||
- ../../base
|
||||
patchesStrategicMerge:
|
||||
- image-patch.yaml
|
Reference in New Issue
Block a user