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