X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=resources%2Fpodtemplates%2Fjava8.yaml;h=e28fafb9b4b42630a1ead8083574a53e7ea7c9a7;hb=d13058bd1d5d730363bdcbd7af61b752ecd8818b;hp=551d62580d5315eb1584a33e6f12d5f7c87acdfa;hpb=fdc4df3c2e0e3ba339c0879c86f15b01fb4ffe60;p=pipelinelib diff --git a/resources/podtemplates/java8.yaml b/resources/podtemplates/java8.yaml index 551d625..e28fafb 100644 --- a/resources/podtemplates/java8.yaml +++ b/resources/podtemplates/java8.yaml @@ -12,7 +12,7 @@ spec: - name: jenkins-m2settings mountPath: /home/ci/.m2/settings.xml subPath: settings.xml - - name: web-static + - name: www-static mountPath: /data/www volumes: - name: jenkins-m2repo @@ -21,6 +21,6 @@ spec: - name: jenkins-m2settings configMap: name: jenkins-m2settings - - name: web-static + - name: www-static persistentVolumeClaim: - claimName: web-static + claimName: www-static