From: Erik Brakkee <erik@brakkee.org>
Date: Wed, 21 Sep 2022 19:35:37 +0000 (+0200)
Subject: fixed container name
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=312320bd5f9d83d9fae0b2d26ad8d3b578bc039b;p=pipelinelib

fixed container name
---

diff --git a/resources/podtemplates/java8.yaml b/resources/podtemplates/java8.yaml
index 1396ef6..c1ef564 100644
--- a/resources/podtemplates/java8.yaml
+++ b/resources/podtemplates/java8.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
 kind: Pod
 spec:
   containers:
-    - name: build
+    - name: java8
       image: cat.wamblee.org/java8:latest
       command: ["tail", "-f", "/dev/null"]
       imagePullPolicy: Always