The deploy hydration created dex-sizer-client with wrong value. Reverting to the original shared secret that sizer expects (73eda906... - active for 81 days before hydration overwrote it). Changes: - sizer-oidc-client: restore correct shared secret - dex-sizer-client: add managed manifest to prevent future drift - dex.yaml: add manifests source for ArgoCD to sync the secret Broken by stacks rehydration pipeline run.
32 lines
772 B
YAML
32 lines
772 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/dev.t09.de/stacks/core/dex/values.yaml
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
|
targetRevision: HEAD
|
|
ref: values
|
|
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
|
targetRevision: HEAD
|
|
path: "otc/dev.t09.de/stacks/core/dex/manifests"
|