Automated upload for edp.buildth.ing

This commit is contained in:
Automated pipeline 2026-01-29 10:46:43 +00:00 committed by Actions pipeline
parent 892171c0d6
commit e40d4958ee

View file

@ -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