Skip to content

Commit cf78ae0

Browse files
authored
Revert service-waiter for server components on dashboard deployment (#19026)
1 parent ec87660 commit cf78ae0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

install/installer/pkg/components/dashboard/deployment.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
4848
DNSPolicy: corev1.DNSClusterFirst,
4949
RestartPolicy: corev1.RestartPolicyAlways,
5050
TerminationGracePeriodSeconds: pointer.Int64(30),
51-
InitContainers: []corev1.Container{
52-
*common.PublicApiServerComponentWaiterContainer(ctx),
53-
*common.ServerComponentWaiterContainer(ctx),
54-
},
5551
Containers: []corev1.Container{{
5652
Name: Component,
5753
Image: ctx.ImageName(ctx.Config.Repository, Component, ctx.VersionManifest.Components.Dashboard.Version),

0 commit comments

Comments
 (0)