Add Argo Rollouts

This commit is contained in:
Ryan Cavicchioni 2024-08-11 11:39:19 -05:00
parent f971c8bc1f
commit bd8726de6d
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 12 additions and 0 deletions

View 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

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argo-rollouts