14 lines
438 B
Plaintext
14 lines
438 B
Plaintext
{{- if .Values.persistence.existingClaim }}
|
|
Web content is mounted from existing PVC {{ .Values.persistence.existingClaim }}.
|
|
That PVC is referenced but is not managed by this Helm release.
|
|
{{- else if .Values.persistence.enabled }}
|
|
Web content is mounted from PVC {{ include "php-homepage.fullname" . }}.
|
|
{{- end }}
|
|
|
|
{{- if .Values.ingress.enabled }}
|
|
Website hosts:
|
|
{{- range .Values.ingress.hosts }}
|
|
{{ .host }}
|
|
{{- end }}
|
|
{{- end }}
|