File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Return the proper Invenio image name
72
72
This template renders the hostname for Invenio.
73
73
*/} }
74
74
{ {- define " invenio.hostname" -} }
75
- { {- required " Missing .Values.invenio.hostname" .Values.invenio.hostname } }
75
+ { {- tpl ( required " Missing .Values.invenio.hostname" .Values.invenio.hostname .) } }
76
76
{ {- end -} }
77
77
78
78
############################ Redis Hostname ############################
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ ingress:
44
44
tlsSecretNameOverride : " "
45
45
46
46
invenio :
47
+ # # @param invenio.hostname Invenio hostname (templated) used in configuration varibales like APP_ALLOWED_HOSTS, SITE_HOSTNAME or SITE_URL
48
+ # #
47
49
hostname : " "
48
50
# # @param invenio.secret_key DEPRECATED: this is automatically generated now, or set by custom secret using invenio.existingSecret
49
51
# #
You can’t perform that action at this time.
0 commit comments