Skip to content

Commit 3be205d

Browse files
Merge pull request #3654 from pasanw/fix-dex-e2e
Update dex binary path
2 parents 262f0e8 + 55a3230 commit 3be205d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/render/dex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func (c *dexComponent) deployment() client.Object {
274274
LivenessProbe: c.probe(),
275275
SecurityContext: securitycontext.NewNonRootContext(),
276276

277-
Command: []string{"/dex", "serve", "/etc/dex/baseCfg/config.yaml"},
277+
Command: []string{"/usr/bin/dex", "serve", "/etc/dex/baseCfg/config.yaml"},
278278

279279
Ports: []corev1.ContainerPort{
280280
{

0 commit comments

Comments
 (0)