Skip to content

Commit

Permalink
[instalñler] Add missing kube-rbac-proxy container
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Jan 25, 2022
1 parent 8f370dc commit fc3e829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installer/pkg/components/ws-manager/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
MountPath: "/certs",
ReadOnly: true,
}},
}},
},
*common.KubeRBACProxyContainer(ctx),
},
Volumes: []corev1.Volume{
{
Name: VolumeConfig,
Expand Down

0 comments on commit fc3e829

Please sign in to comment.