Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bootstrap/argocd-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ spec:
teamNameField: slug
useLoginAsID: true
staticClients:
# kubelogin uses this public client for kubectl OIDC authentication.
- id: kubectl
name: kubectl
public: true
redirectURIs:
- http://localhost:8000
- http://localhost:18000
# Headlamp uses Dex as its OIDC provider (Dex bridges to GitHub).
- id: headlamp
name: Headlamp
Expand Down
2 changes: 2 additions & 0 deletions operators/headlamp/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: Application
metadata:
name: headlamp
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
Expand Down
Loading