Automated upload for edp.buildth.ing
This commit is contained in:
parent
892171c0d6
commit
e40d4958ee
1 changed files with 29 additions and 31 deletions
|
|
@ -1,31 +1,29 @@
|
|||
# NOTE Dex is disabled as it never quite worked, and was taking up pods which caused us to hit node capacity.
|
||||
|
||||
# apiVersion: argoproj.io/v1alpha1
|
||||
# kind: Application
|
||||
# metadata:
|
||||
# name: dex
|
||||
# namespace: argocd
|
||||
# labels:
|
||||
# env: dev
|
||||
# spec:
|
||||
# project: default
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
# selfHeal: true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# retry:
|
||||
# limit: -1
|
||||
# destination:
|
||||
# name: in-cluster
|
||||
# namespace: dex
|
||||
# sources:
|
||||
# - repoURL: https://charts.dexidp.io
|
||||
# chart: dex
|
||||
# targetRevision: 0.23.0
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# - $values/otc/edp.buildth.ing/stacks/core/dex/values.yaml
|
||||
# - repoURL: https://observability.buildth.ing/DevFW-CICD/stacks-instances
|
||||
# targetRevision: HEAD
|
||||
# ref: values
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: dex
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: -1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: dex
|
||||
sources:
|
||||
- repoURL: https://charts.dexidp.io
|
||||
chart: dex
|
||||
targetRevision: 0.23.0
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/otc/edp.buildth.ing/stacks/core/dex/values.yaml
|
||||
- repoURL: https://observability.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue