Add Argo Rollouts
This commit is contained in:
parent
f971c8bc1f
commit
bd8726de6d
7
clusters/my-cluster/argo-rollouts/kustomization .yaml
Normal file
7
clusters/my-cluster/argo-rollouts/kustomization .yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- https://github.com/argoproj/argo-rollouts/releases/latest/download/install.yaml
|
||||||
|
- https://github.com/argoproj/argo-rollouts/manifests/crds\?ref\=stable
|
5
clusters/my-cluster/argo-rollouts/namespace.yaml
Normal file
5
clusters/my-cluster/argo-rollouts/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: argo-rollouts
|
Loading…
Reference in New Issue
Block a user