From 98bb13c14a8047dfd44819746d637946bf168f47 Mon Sep 17 00:00:00 2001 From: Srdjan Petrovic Date: Mon, 11 Sep 2023 12:29:38 -0700 Subject: [PATCH] Customize the the toml key for the local tag. --- internal/impl/kube.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/impl/kube.go b/internal/impl/kube.go index cdbec6b..90f27c1 100644 --- a/internal/impl/kube.go +++ b/internal/impl/kube.go @@ -99,7 +99,7 @@ type KubeConfig struct { // // If empty, the tag defaults to ":", where // is the unique version id of the application deployment. - LocalTag string + LocalTag string `toml:"local_tag"` // Repo is the name of the repository the container should be uploaded to. // For example, if set to "docker.io/alanturing/repo", "weaver kube deploy"