Skip to content

Commit 694bc36

Browse files
Sasa BerberovicSasa Berberovic
authored andcommitted
Update kubernetesPod.yaml file.
1 parent 6951752 commit 694bc36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kubernetesPod.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: v1
22
kind: Pod
33
metadata:
4+
name: containerproxy
45
labels:
56
ci: containerproxy-build
67
spec:
78
volumes:
8-
- name: maven-repo
9-
hostPath:
10-
path: ~/.m2
9+
- name: maven-repo
10+
emptyDir: {}
1111
containers:
1212
- name: containerproxy-build
1313
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/containerproxy-build
@@ -18,4 +18,4 @@ spec:
1818
tty: true
1919
volumeMounts:
2020
- mountPath: ~/.m2
21-
name: maven-repo
21+
name: maven-repo

0 commit comments

Comments
 (0)