From 50a21bb40fbb58a7530c503b99e315c41a749753 Mon Sep 17 00:00:00 2001 From: Aleksandr Vodyanov Date: Fri, 24 Jan 2025 13:14:09 +0300 Subject: [PATCH] [DO-0] fix cluster (#58) Co-authored-by: aleksandr.vodyanov Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/58 Reviewed-by: Vasiliy Chipizhin --- src/tech/avroid/kube/PodTemplates.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tech/avroid/kube/PodTemplates.groovy b/src/tech/avroid/kube/PodTemplates.groovy index e22be82..db087cd 100644 --- a/src/tech/avroid/kube/PodTemplates.groovy +++ b/src/tech/avroid/kube/PodTemplates.groovy @@ -6,7 +6,7 @@ class PodTemplates implements Serializable { String cloud List dockerCreds // TODO: delete default cloud after k8s cluster migration - public PodTemplates(script, String registry, List dockerCreds, String cloud='avroid') { + public PodTemplates(script, String registry, List dockerCreds, String cloud='avroid-office') { this.script = script this.cloud = cloud this.registry = registry