Fix: init container bug

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
Somefive
2022-07-11 15:28:23 +08:00
parent b9b6c5f8bf
commit 3f116c7f10
3 changed files with 3 additions and 3 deletions
@@ -99,7 +99,7 @@ spec:
initMountPath: string
// +usage=Specify the extra volume mounts for the init container
extraVolumeMounts: [{
extraVolumeMounts: [...{
// +usage=The name of the volume to be mounted
name: string
// +usage=The mountPath for mount in the init container
@@ -99,7 +99,7 @@ spec:
initMountPath: string
// +usage=Specify the extra volume mounts for the init container
extraVolumeMounts: [{
extraVolumeMounts: [...{
// +usage=The name of the volume to be mounted
name: string
// +usage=The mountPath for mount in the init container
@@ -94,7 +94,7 @@ template: {
initMountPath: string
// +usage=Specify the extra volume mounts for the init container
extraVolumeMounts: [{
extraVolumeMounts: [...{
// +usage=The name of the volume to be mounted
name: string
// +usage=The mountPath for mount in the init container