[stable/jenkins] Fix backups when deployment has custom name (#16279)

* Set container name to "jenkins" because it is always called Jenkins,
what does change is the Pod name not the Container name (check
jenkins-master-deployment.yaml line 153)

Signed-off-by: Alejandro Garrido Mota <garridomota@gmail.com>

* Added myself as a maintainer

Signed-off-by: Alejandro Garrido Mota <garridomota@gmail.com>
This commit is contained in:
Alejandro Garrido Mota
2019-08-16 10:26:21 -07:00
committed by Kubernetes Prow Robot
parent e39a41b055
commit 16b89bfffe
3 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.5.1
version: 1.5.2
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
@@ -20,4 +20,6 @@ maintainers:
email: maor.friedman@redhat.com
- name: torstenwalter
email: mail@torstenwalter.de
- name: mogaal
email: garridomota@gmail.com
icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png
+2
View File
@@ -3,8 +3,10 @@ approvers:
- viglesiasce
- maorfr
- torstenwalter
- mogaal
reviewers:
- lachie83
- viglesiasce
- maorfr
- torstenwalter
- mogaal
@@ -34,7 +34,7 @@ spec:
- -l
- app.kubernetes.io/instance={{ .Release.Name }}
- --container
- {{ template "jenkins.fullname" . }}
- jenkins
- --path
- /var/jenkins_home
- --dst