File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : rocketadmin
33description : Rocketadmin is a web-based application for creating admin panels for your projects.
44type : application
5-
6- version : 0.1.13
5+ icon : https://avatars.githubusercontent.com/u/84132223
6+ version : 0.1.14
77home : https://rocketadmin.com
88sources :
99 - https://github.com/rocket-admin/rocketadmin
Original file line number Diff line number Diff line change 1+ auth :
2+ password : " password"
3+ email :
4+ enabled : true
5+ host : smtp.example.com
6+ password : " password"
7+ port : 587
8+ username : user
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ stringData:
1212 JWT_SECRET : {{ include "chrt-6456.password" .}}
1313 PRIVATE_KEY : {{ include "chrt-6456.password" .}}
1414 DATABASE_URL : postgresql://rocketadmin:{{.Values.auth.password}}@{{ include "rocketadmin.postgresql.fullname" . }}/rocketadmin
15- {{- if .Values.email.enabled }}
16- EMAIL_CONFIG_STRING : smtp://{{.Values.email.username}}:{{.Values.email.password}}@{{.Values.email.host}}:{{.Values.email.port}}
17- {{- end }}
15+ {{- if .Values.email.enabled }}
16+ EMAIL_CONFIG_STRING : " smtp://{{.Values.email.username}}:{{.Values.email.password}}@{{.Values.email.host}}:{{.Values.email.port}}"
17+ {{- end }}
You can’t perform that action at this time.
0 commit comments