-
Notifications
You must be signed in to change notification settings - Fork 16.5k
[stable/kube-lego] #1785 namespace defined templates with chart name #2135
[stable/kube-lego] #1785 namespace defined templates with chart name #2135
Conversation
|
/assign |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
@kevinschumacher Could you please check on this error? |
|
@dhilipkumars the error is occurring because kube-lego cannot be deployed without the user providing the .Values.config.KUBE_LEGO The chart decides NOT to specify a default and it is commented out in the default values.yaml This is likely because you need to specify your own email address in order to sign up with letsencrypt. edit: this issue occurs in the current stable/kube-lego chart. |
|
|
Note that there is purposely no default value for LEGO_EMAIL as mentioned in the readme. |
|
Hi @jackzampolin and @mgoodness, |
|
@jackzampolin could you please fix that with a differnt PR please? |
|
/retest |
add an extra new line at the end of Chart.yaml file
|
/lgtm |
#1785