🔥 Remove config map and image pull checks

This commit is contained in:
M. Mert Yildiran
2023-01-21 01:32:21 +03:00
parent 38da25ecc8
commit f128ae3993
6 changed files with 0 additions and 146 deletions

View File

@@ -14,7 +14,6 @@ const (
ServiceAccountName = SelfResourcesPrefix + "service-account"
WorkerDaemonSetName = SelfResourcesPrefix + "worker-daemon-set"
WorkerPodName = SelfResourcesPrefix + "worker"
ConfigMapName = SelfResourcesPrefix + "config"
MinKubernetesServerVersion = "1.16.0"
)