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
|
|
@ -78,3 +78,24 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argo-workflows
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
||||
path: k8s-peterg/argo-workflows
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argo-workflows
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
|
|
|
|||
9
k8s-peterg/vault-wheatley-approle.yaml
Normal file
9
k8s-peterg/vault-wheatley-approle.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
data:
|
||||
approle_id: MDE5YTdjOWQtMTYxOC0yZjg0LWE2NzUtOWQ5NmVkZWFiNzEyCg==
|
||||
approle_secret: ZDZkOWU0MmUtZmVhNi05MGIzLWNlODktYzJlY2E2YWIxMjc3Cg==
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: vault-wheatley-approle
|
||||
namespace: external-secrets
|
||||
type: Opaque
|
||||
Loading…
Add table
Add a link
Reference in a new issue