We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 262f0e8 + 55a3230 commit 3be205dCopy full SHA for 3be205d
pkg/render/dex.go
@@ -274,7 +274,7 @@ func (c *dexComponent) deployment() client.Object {
274
LivenessProbe: c.probe(),
275
SecurityContext: securitycontext.NewNonRootContext(),
276
277
- Command: []string{"/dex", "serve", "/etc/dex/baseCfg/config.yaml"},
+ Command: []string{"/usr/bin/dex", "serve", "/etc/dex/baseCfg/config.yaml"},
278
279
Ports: []corev1.ContainerPort{
280
{
0 commit comments