File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 0.7.2
25
+ version : 0.8.0
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 28
28
tls :
29
29
- hosts :
30
30
- {{ trimPrefix "https://" .Values.ingress.url }}
31
- secretName : {{ include "pms-chart.fullname" . }}-ingress-lets-encrypt
31
+ secretName : {{ .Values.ingress.certificateSecret | default (printf "%s-ingress-lets-encrypt" ( include "pms-chart.fullname" .)) }}
32
32
{{- end -}}
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ ingress:
22
22
# -- The url to use for the ingress reverse proxy to point at this pms instance
23
23
url : " "
24
24
25
+ # -- Optional secret name to provide valid https connections
26
+ # using an existing SSL certificate
27
+ certificateSecret : " "
28
+
25
29
# -- Custom annotations to put on the ingress resource
26
30
annotations : {}
27
31
You can’t perform that action at this time.
0 commit comments