fixed container name
[pipelinelib] / resources / podtemplates / java8.yaml
index 1396ef612596bc4602170663ae610c333a5f182a..c1ef5643e5ff17efb6056100e7178771263c05d6 100644 (file)
@@ -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