File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : metabase-operator
33description : Helm chart to deploy [unagex-metabase-operator](https://github.com/unagex/metabase-operator)
44type : application
5- version : 0.0.6
6- appVersion : 0.0.6
5+ version : 0.0.7
6+ appVersion : 0.0.7
77home : https://github.com/unagex/metabase-operator
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ spec:
206206 description : MetabaseStatus defines the observed state of Metabase
207207 properties :
208208 host :
209- description : Host to connect to the database .
209+ description : Host to connect to the metabase .
210210 type : string
211211 ready :
212212 description : Instance ready to accept connections.
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ spec:
206206 description : MetabaseStatus defines the observed state of Metabase
207207 properties :
208208 host :
209- description : Host to connect to the database .
209+ description : Host to connect to the metabase .
210210 type : string
211211 ready :
212212 description : Instance ready to accept connections.
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ func (r *MetabaseReconciler) GetStatefulSet(metabase *unagexcomv1.Metabase) *app
136136 {
137137 Name : metabase .Name + "-storage" ,
138138 MountPath : "/var/lib/postgresql/data" ,
139+ SubPath : "metabase" ,
139140 },
140141 },
141142 },
You can’t perform that action at this time.
0 commit comments