Skip to content

Commit

Permalink
fix: fix not working dex deployment in quickstart manifests (#10346)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiacheng Xu <[email protected]>
  • Loading branch information
jiachengxu committed Jan 12, 2023
1 parent 8dbf1f6 commit a1db45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/quick-start/sso/dex/dex-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ spec:
serviceAccountName: dex
containers:
- name: dex
image: quay.io/dexidp/dex:v2.35.0
image: ghcr.io/dexidp/dex:v2.35.0
args:
- dex
- serve
- /data/config.yaml
ports:
Expand Down

0 comments on commit a1db45a

Please sign in to comment.