Skip to content

Commit

Permalink
add Argo application for dex
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobul committed Feb 29, 2024
1 parent 3181ff0 commit 423c1d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/components/dexidp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dexidp
spec:
project: understack
source:
repoURL: https://github.com/rackerlabs/understack.git
path: components/13-dexidp/
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
namespace: dex
syncPolicy:
automated:
selfHeal: true

0 comments on commit 423c1d0

Please sign in to comment.