1
0
Fork 0

fix(views): get other key from values to create views

This commit is contained in:
sido 2018-07-19 23:27:38 +02:00
parent 7a262b88c0
commit b31082c4f4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: molgenis-jenkins
home: https://jenkins.io/
version: 0.6.0
version: 0.6.1
appVersion: 2.121
description: Molgenis installation for the jenkins chart.
sources:

View File

@ -165,7 +165,7 @@ data:
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
</hudson.model.AllView>
{{- range $viewName, $view := .Views }}
{{- range $viewName, $view := .Values.Master.Views }}
<listView>
<owner class="hudson" reference="../../.."/>
<name>$viewName</name>