Skip to content

Commit 3ec1618

Browse files
authored
Remove stack driver image from gcp access validation (#1851)
1 parent e1429f2 commit 3ec1618

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/types/clusterconfig/cluster_config_gcp.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,6 @@ var GCPAccessValidation = &cr.StructValidation{
356356
Validator: validateImageVersion,
357357
},
358358
},
359-
{
360-
StructField: "ImagePrometheusStackdriverSidecar",
361-
StringValidation: &cr.StringValidation{
362-
Default: "quay.io/cortexlabs/prometheus-stackdriver-sidecar:" + consts.CortexVersion,
363-
Validator: validateImageVersion,
364-
},
365-
},
366359
},
367360
}
368361

0 commit comments

Comments
 (0)