From d05fd01ac670ca0eff077ffa469f44abaf051e97 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 11 Nov 2024 19:59:16 +0100 Subject: [PATCH] container name aligned with file name. --- resources/podtemplates/go.1.23.2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/podtemplates/go.1.23.2.yaml b/resources/podtemplates/go.1.23.2.yaml index 437a5d0..1809261 100644 --- a/resources/podtemplates/go.1.23.2.yaml +++ b/resources/podtemplates/go.1.23.2.yaml @@ -3,7 +3,7 @@ kind: Pod spec: containers: - image: wamblee/gobuilder:1.23.2 - name: gobuilder + name: go.1.23.2 volumeMounts: - name: run mountPath: /run -- 2.31.1