Add Argo Rollouts
This commit is contained in:
parent
f971c8bc1f
commit
29a091196f
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
|
6
clusters/my-cluster/argo-rollouts/namespace.yaml
Normal file
6
clusters/my-cluster/argo-rollouts/namespace.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
namespace: argo-rollouts
|
||||
metadata:
|
||||
name: argo-rollouts
|
Loading…
Reference in New Issue
Block a user