forked from catalin/fukuops
feat: remove argo workflows
This commit is contained in:
parent
4181991164
commit
ce8747472c
5 changed files with 2 additions and 111 deletions
|
|
@ -1,49 +0,0 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argo-workflows
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: argo-workflows
|
||||
server: https://kubernetes.default.svc
|
||||
project: management
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
sources:
|
||||
- chart: argo-workflows
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
targetRevision: 0.40.*
|
||||
helm:
|
||||
valuesObject:
|
||||
controller:
|
||||
singleNamespace: true
|
||||
workflowNamespaces:
|
||||
- argo-workflows
|
||||
server:
|
||||
authMode: sso
|
||||
sso:
|
||||
enabled: true
|
||||
issuer: https://auth.fukurokuju.dev/application/o/argo-workflows/
|
||||
clientId:
|
||||
name: secrets-argo-server-sso
|
||||
key: client-id
|
||||
clientSecret:
|
||||
name: secrets-argo-server-sso
|
||||
key: client-secret
|
||||
redirectUrl: https://ci.fuku/oauth2/callback
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
- offline_access
|
||||
rbac:
|
||||
enabled: true
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
hosts:
|
||||
- ci.fuku
|
||||
tls: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue