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
# apiVersion: argoproj.io/v1alpha1 metadata:
# kind: Application name: dex
# metadata: namespace: argocd
# name: dex labels:
# namespace: argocd env: dev
# labels: spec:
# env: dev project: default
# spec: syncPolicy:
# project: default automated:
# syncPolicy: selfHeal: true
# automated: syncOptions:
# selfHeal: true - CreateNamespace=true
# syncOptions: retry:
# - CreateNamespace=true limit: -1
# retry: destination:
# limit: -1 name: in-cluster
# destination: namespace: dex
# name: in-cluster sources:
# namespace: dex - repoURL: https://charts.dexidp.io
# sources: chart: dex
# - repoURL: https://charts.dexidp.io targetRevision: 0.23.0
# chart: dex helm:
# targetRevision: 0.23.0 valueFiles:
# helm: - $values/otc/edp.buildth.ing/stacks/core/dex/values.yaml
# valueFiles: - repoURL: https://observability.buildth.ing/DevFW-CICD/stacks-instances
# - $values/otc/edp.buildth.ing/stacks/core/dex/values.yaml targetRevision: HEAD
# - repoURL: https://observability.buildth.ing/DevFW-CICD/stacks-instances ref: values
# targetRevision: HEAD
# ref: values