29 lines
630 B
YAML
29 lines
630 B
YAML
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/final-test.t09.de/stacks/core/dex/values.yaml
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
|
targetRevision: HEAD
|
|
ref: values
|