Skip to content

Commit 1b19a7c

Browse files
committed
[public-api] Add kube-rbac proxy container to deployment
1 parent bfa4c16 commit 1b19a7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/installer/pkg/components/public-api-server/deployment.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
9292
SuccessThreshold: 1,
9393
TimeoutSeconds: 1,
9494
},
95-
}},
95+
},
96+
*common.KubeRBACProxyContainer(ctx),
97+
},
9698
},
9799
},
98100
},

0 commit comments

Comments
 (0)