Automated upload for edp.buildth.ing
This commit is contained in:
parent
fff5cc63dd
commit
dfb4dfb668
2 changed files with 43 additions and 39 deletions
|
|
@ -5,16 +5,18 @@ configs:
|
||||||
params:
|
params:
|
||||||
server.insecure: true
|
server.insecure: true
|
||||||
cm:
|
cm:
|
||||||
oidc.config: |
|
# This code never quite worked, always led to 503 errors
|
||||||
name: FORGEJO
|
# In theory it allows access to ArgoCD via OIDC through Forgejo
|
||||||
issuer: https://dex.edp.buildth.ing
|
# oidc.config: |
|
||||||
clientID: controller-argocd-dex
|
# name: FORGEJO
|
||||||
clientSecret: $dex-argo-client:clientSecret
|
# issuer: https://dex.edp.buildth.ing
|
||||||
requestedScopes:
|
# clientID: controller-argocd-dex
|
||||||
- openid
|
# clientSecret: $dex-argo-client:clientSecret
|
||||||
- profile
|
# requestedScopes:
|
||||||
- email
|
# - openid
|
||||||
- groups
|
# - profile
|
||||||
|
# - email
|
||||||
|
# - groups
|
||||||
application.resourceTrackingMethod: annotation
|
application.resourceTrackingMethod: annotation
|
||||||
timeout.reconciliation: 60s
|
timeout.reconciliation: 60s
|
||||||
resource.exclusions: |
|
resource.exclusions: |
|
||||||
|
|
|
||||||
|
|
@ -1,29 +1,31 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
# NOTE Dex is disabled as it never quite worked, and was taking up pods which caused us to hit node capacity.
|
||||||
kind: Application
|
|
||||||
metadata:
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
name: dex
|
# kind: Application
|
||||||
namespace: argocd
|
# metadata:
|
||||||
labels:
|
# name: dex
|
||||||
env: dev
|
# namespace: argocd
|
||||||
spec:
|
# labels:
|
||||||
project: default
|
# env: dev
|
||||||
syncPolicy:
|
# spec:
|
||||||
automated:
|
# project: default
|
||||||
selfHeal: true
|
# syncPolicy:
|
||||||
syncOptions:
|
# automated:
|
||||||
- CreateNamespace=true
|
# selfHeal: true
|
||||||
retry:
|
# syncOptions:
|
||||||
limit: -1
|
# - CreateNamespace=true
|
||||||
destination:
|
# retry:
|
||||||
name: in-cluster
|
# limit: -1
|
||||||
namespace: dex
|
# destination:
|
||||||
sources:
|
# name: in-cluster
|
||||||
- repoURL: https://charts.dexidp.io
|
# namespace: dex
|
||||||
chart: dex
|
# sources:
|
||||||
targetRevision: 0.23.0
|
# - repoURL: https://charts.dexidp.io
|
||||||
helm:
|
# chart: dex
|
||||||
valueFiles:
|
# targetRevision: 0.23.0
|
||||||
- $values/otc/edp.buildth.ing/stacks/core/dex/values.yaml
|
# helm:
|
||||||
- repoURL: https://observability.buildth.ing/DevFW-CICD/stacks-instances
|
# valueFiles:
|
||||||
targetRevision: HEAD
|
# - $values/otc/edp.buildth.ing/stacks/core/dex/values.yaml
|
||||||
ref: values
|
# - repoURL: https://observability.buildth.ing/DevFW-CICD/stacks-instances
|
||||||
|
# targetRevision: HEAD
|
||||||
|
# ref: values
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue