File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ name: rocketadmin
33description : Rocketadmin is a web-based application for creating admin panels for your projects.
44type : application
55
6- # This is the chart version. This version number should be incremented each time you make changes
7- # to the chart and its templates, including the app version.
8- # Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 0.1.11
6+ version : 0.1.12
107home : https://rocketadmin.com
118sources :
129 - https://github.com/rocket-admin/rocketadmin
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ metadata:
99 {{- include "rocketadmin.labels" . | nindent 4 }}
1010type : Opaque
1111stringData :
12- password : {{ include "rocketadmin.dbPassword" . }}
12+ password : {{.Values.auth.password }}
1313 postgres-password : {{ include "rocketadmin.dbPassword" . }}
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ type: Opaque
1111stringData :
1212 JWT_SECRET : {{ include "chrt-6456.password" .}}
1313 PRIVATE_KEY : {{ include "chrt-6456.password" .}}
14- DATABASE_URL : postgresql://rocketadmin:{{ include "rocketadmin.dbPassword" . }}@{{ include "rocketadmin.postgresql.fullname" . }}/rocketadmin
14+ DATABASE_URL : postgresql://rocketadmin:{{.Values.auth.password }}@{{ include "rocketadmin.postgresql.fullname" . }}/rocketadmin
Original file line number Diff line number Diff line change 1313imagePullSecrets : []
1414nameOverride : " "
1515fullnameOverride : " "
16+ auth :
17+ password : changeme
1618
1719serviceAccount :
1820 # Specifies whether a service account should be created
@@ -86,3 +88,4 @@ postgresql:
8688 auth :
8789 username : rocketadmin
8890 existingSecret : rocketadmin-postgresql-secret
91+ database : rocketadmin
You can’t perform that action at this time.
0 commit comments