diff --git a/docs/shared/crds/middleware.alauda.io_mysqlrestores.yaml b/docs/shared/crds/middleware.alauda.io_mysqlrestores.yaml index 628d19e..75caf7e 100644 --- a/docs/shared/crds/middleware.alauda.io_mysqlrestores.yaml +++ b/docs/shared/crds/middleware.alauda.io_mysqlrestores.yaml @@ -4286,7 +4286,7 @@ spec: enableServiceLinks: description: |- EnableServiceLinks indicates whether information about services should be injected into pod's - environment variables, matching the syntax of Docker links. + environment variables, matching the environment variable syntax of legacy container links. Optional: Defaults to true. type: boolean ephemeralContainers: @@ -12287,7 +12287,7 @@ spec: description: UseJemalloc means use jemalloc for MySQL type: boolean version: - description: Version defines the MySQL Docker image version. + description: Version defines the MySQL container image version. type: string volumeClaimTemplate: description: VolumeClaimTemplate allows a user to specify diff --git a/docs/shared/crds/middleware.alauda.io_mysqls.yaml b/docs/shared/crds/middleware.alauda.io_mysqls.yaml index 158f50c..a91a13a 100644 --- a/docs/shared/crds/middleware.alauda.io_mysqls.yaml +++ b/docs/shared/crds/middleware.alauda.io_mysqls.yaml @@ -4154,7 +4154,7 @@ spec: enableServiceLinks: description: |- EnableServiceLinks indicates whether information about services should be injected into pod's - environment variables, matching the syntax of Docker links. + environment variables, matching the environment variable syntax of legacy container links. Optional: Defaults to true. type: boolean ephemeralContainers: @@ -12076,7 +12076,7 @@ spec: description: UseJemalloc means use jemalloc for MySQL type: boolean version: - description: Version defines the MySQL Docker image version. + description: Version defines the MySQL container image version. type: string volumeClaimTemplate: description: VolumeClaimTemplate allows a user to specify how