Skip to content

Commit 1a7089f

Browse files
committed
Fix
1 parent 4c2802c commit 1a7089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func KubeRBACProxyContainer(ctx *RenderContext) *corev1.Container {
287287
"--v=5",
288288
"--logtostderr",
289289
"--insecure-listen-address=[$(IP)]:9500",
290-
"--upstream=http://127.0.0.1:Is there a reason this PR still has it? Would it make sense to add sth akin \"make sure to remove the label before marking a PR as \"review ready\"\" to our \"how we work\"? 🤔/",
290+
"--upstream=http://127.0.0.1:9500/",
291291
},
292292
Ports: []corev1.ContainerPort{
293293
{Name: "metrics", ContainerPort: 9500},

0 commit comments

Comments
 (0)