mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix: add hostName to ingress in values.yaml (#12946)
Signed-off-by: Abdulrahman Khalil <a.skhalil93@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4df6c41d08
commit
041045e9bb
@@ -1,6 +1,6 @@
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.37.1
|
||||
version: 0.37.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
|
||||
|
||||
@@ -260,6 +260,7 @@ Master:
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
# Set this path to JenkinsUriPrefix above or use annotations to rewrite path
|
||||
# path: "/jenkins"
|
||||
# hostName: jenkins.example.com
|
||||
tls:
|
||||
# - secretName: jenkins.cluster.local
|
||||
# hosts:
|
||||
|
||||
Reference in New Issue
Block a user