feat: Add Argo Workflows
This commit is contained in:
parent
2455c3575a
commit
dce0fd8318
5 changed files with 1099 additions and 0 deletions
15
k8s-peterg/argo-workflows/kustomization.yaml
Normal file
15
k8s-peterg/argo-workflows/kustomization.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: argo-workflows
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: argo-workflows
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
namespace: argo-workflows
|
||||
releaseName: argo-workflows
|
||||
version: 1.0.6
|
||||
valuesFile: values.yaml
|
||||
5
k8s-peterg/argo-workflows/namespace.yaml
Normal file
5
k8s-peterg/argo-workflows/namespace.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argo-workdlows
|
||||
1049
k8s-peterg/argo-workflows/values.yaml
Normal file
1049
k8s-peterg/argo-workflows/values.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue