Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
revert indentation to previous working version (#11293)
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto Ojeda <ernesto.ojeda@intel.com>
  • Loading branch information
ernestojeda authored and k8s-ci-robot committed Feb 9, 2019
1 parent 34d9c43 commit 61662f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.29.2
version: 0.29.3
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
Expand Down
2 changes: 1 addition & 1 deletion stable/jenkins/templates/jenkins-master-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.Master.InitContainerEnv }}
{{ toYaml .Values.Master.InitContainerEnv | indent 12 }}
{{ toYaml .Values.Master.InitContainerEnv | indent 12 }}
{{- end }}
resources:
{{ toYaml .Values.Master.resources | indent 12 }}
Expand Down

0 comments on commit 61662f1

Please sign in to comment.