Skip to content

Commit

Permalink
fix: allow deploys into the dex namespace
Browse files Browse the repository at this point in the history
Allow the understack project to deploy into the dex namespace.
  • Loading branch information
cardoe committed Mar 22, 2024
1 parent 73370c8 commit 54cea7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/components/argocd-understack-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
server: '*'
- namespace: 'argo-events'
server: '*'
- namespace: 'dex'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

0 comments on commit 54cea7a

Please sign in to comment.