Fixed typo

This commit is contained in:
Jean-Marc ANDRE 2020-12-01 01:05:48 +01:00
parent da0a80b62e
commit a14697a3e7

View File

@ -47,7 +47,7 @@ type BackupConfigurationSpec struct {
Target `json:"target"`
// +optional
VolumeMounts []corev1.VolumeMount `json:"volumeMounts,omitempty"`
Path []string `json:"paths"`
Paths []string `json:"paths"`
// +optional
Suspend *bool `json:"suspend,omitempty"`
}