mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix wrong var name in NOTES when Ingress is enabled (#3060)
* Fix wrong var name in NOTES when Ingress is enabled * Increase Chart version * Check if tls is enabled and set the URL accordingly
This commit is contained in:
committed by
k8s-ci-robot
parent
8e220da2d8
commit
c477afb8bb
@@ -1,5 +1,5 @@
|
||||
name: wordpress
|
||||
version: 0.7.6
|
||||
version: 0.7.7
|
||||
appVersion: 4.9.1
|
||||
description: Web publishing platform for building blogs and websites.
|
||||
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
|
||||
You should be able to access your new WordPress installation through
|
||||
|
||||
http://{{- .Values.ingress.hostname }}/admin
|
||||
{{- range .Values.ingress.hosts }}
|
||||
{{ if .tls }}https{{ else }}http{{ end }}://{{ .name }}/admin
|
||||
{{- end }}
|
||||
|
||||
{{- else if contains "LoadBalancer" .Values.serviceType }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user