Skip to content

Commit

Permalink
Merge pull request #30 from StatCan/rename-minio-config
Browse files Browse the repository at this point in the history
fix(i18n):Add i18n for Minio desc
  • Loading branch information
rohank07 authored Mar 11, 2022
2 parents 8ba4b2e + 8865061 commit a2c0175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func init() {
},
},
Spec: kubeflowv1alpha1.PodDefaultSpec{
Desc: "Mount MinIO storage into the minio/ folder",
Desc: "Mount MinIO storage to ~/minio (experimental) / Monter le stockage MinIO sur ~/minio (expérimental)",
Selector: metav1.LabelSelector{
MatchLabels: map[string]string{
"minio-mounts": "true",
Expand Down

0 comments on commit a2c0175

Please sign in to comment.