Skip to content

Commit

Permalink
Fix deploying dex for the identity service (#4200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Dec 4, 2023
1 parent 6b16bf6 commit d505141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/identity/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func deploymentResource(issuerURL, configChecksum string, options Options) (*app
Image: image,
ImagePullPolicy: corev1.PullIfNotPresent,
Name: "dex",
Command: []string{"/usr/local/bin/dex", "serve", "/etc/dex/cfg/dexConfig.yaml"},
Command: []string{"dex", "serve", "/etc/dex/cfg/dexConfig.yaml"},
Ports: []corev1.ContainerPort{
{Name: "http", ContainerPort: 5556},
},
Expand Down

0 comments on commit d505141

Please sign in to comment.