Skip to content

Commit

Permalink
chore: update default config path for guardrails (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Lu <[email protected]>

Co-authored-by: shil <[email protected]>
  • Loading branch information
slu2011 and slu2011 authored Jan 28, 2025
1 parent 329298c commit 388e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apps/v1alpha1/nemo_guardrails_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func (n *NemoGuardrail) GetVolumes() []corev1.Volume {
func (n *NemoGuardrail) GetVolumeMounts() []corev1.VolumeMount {
volumeMount := corev1.VolumeMount{
Name: "config-store",
MountPath: "/config-store",
MountPath: "/config-store/default",
}
if n.Spec.ConfigStore.PVC != nil {
volumeMount.SubPath = n.Spec.ConfigStore.PVC.SubPath
Expand Down

0 comments on commit 388e400

Please sign in to comment.