Skip to content

Commit

Permalink
deployment_updater: use active configmap when rollout
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <[email protected]>
  • Loading branch information
haorenfsa committed Jul 5, 2024
1 parent ae87c68 commit a002625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/deployment_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func updateUserDefinedVolumes(template *corev1.PodTemplateSpec, updater deployme

func updateBuiltInVolumes(template *corev1.PodTemplateSpec, updater deploymentUpdater) {
builtInVolumes := []corev1.Volume{
configVolumeByName(updater.GetIntanceName()),
configVolumeByName(updater.GetMilvus().GetActiveConfigMap()),
toolVolume,
}
for _, volume := range builtInVolumes {
Expand Down

0 comments on commit a002625

Please sign in to comment.