[bitnami/jenkins] Fix metrics.enabled usage (#6941)

This commit is contained in:
Marcos Bjoerkelund
2021-07-13 18:53:32 +02:00
committed by GitHub
parent a9074525f8
commit 3e85a59318
3 changed files with 2 additions and 14 deletions

View File

@@ -26,4 +26,4 @@ name: jenkins
sources:
- https://github.com/bitnami/bitnami-docker-jenkins
- https://jenkins.io/
version: 8.0.4
version: 8.0.5

View File

@@ -1,12 +0,0 @@
# Test values file for generating all of the yaml and check that
# the rendering is correct
service:
type: ClusterIP
ingress:
enabled: true
tls: true
hostname: jenkins.local
volumePermissions:
enabled: true
metrics:
enabled: true

View File

@@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ printf "%s-metrics" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" -}}
name: {{ printf "%s-metrics" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.commonLabels }}