From 388e400730d73fbaa08b00474d1b9ae8156f3500 Mon Sep 17 00:00:00 2001 From: Shi Lu <868200+slu2011@users.noreply.github.com> Date: Tue, 28 Jan 2025 07:23:45 -0800 Subject: [PATCH] chore: update default config path for guardrails (#302) Signed-off-by: Shi Lu Co-authored-by: shil --- api/apps/v1alpha1/nemo_guardrails_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/apps/v1alpha1/nemo_guardrails_types.go b/api/apps/v1alpha1/nemo_guardrails_types.go index cc665c48..bd805873 100644 --- a/api/apps/v1alpha1/nemo_guardrails_types.go +++ b/api/apps/v1alpha1/nemo_guardrails_types.go @@ -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