Skip to content

Commit

Permalink
Use different subpaths within volume for recordings and templates (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Dec 18, 2020
1 parent d9cc01e commit f84f6c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,12 @@ func NewCoreContainer(cr *rhjmcv1beta1.ContainerJFR, specs *ServiceSpecs, tls *T
{
Name: cr.Name,
MountPath: "flightrecordings",
SubPath: "flightrecordings",
},
{
Name: cr.Name,
MountPath: "templates",
SubPath: "templates",
},
}

Expand Down

0 comments on commit f84f6c9

Please sign in to comment.