Add Argo Workflows
This commit is contained in:
parent
38d1fa638f
commit
a697909c6c
7
clusters/my-cluster/argo-workflows/kustomization.yaml
Normal file
7
clusters/my-cluster/argo-workflows/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: argo
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- https://github.com/argoproj/argo-workflows/releases/download/v3.5.10/install.yaml
|
5
clusters/my-cluster/argo-workflows/namespace.yaml
Normal file
5
clusters/my-cluster/argo-workflows/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argo
|
Loading…
Reference in New Issue
Block a user