From 556ff1f308df59fad0bf664e95c91e9ac135d2e8 Mon Sep 17 00:00:00 2001 From: Neaj Morshad Date: Tue, 15 Oct 2024 11:16:41 +0600 Subject: [PATCH] Fix build Signed-off-by: Neaj Morshad --- docs/guides/mssqlserver/clustering/ag_cluster.md | 2 +- docs/guides/mssqlserver/clustering/standalone.md | 2 +- docs/guides/mssqlserver/concepts/mssqlserver.md | 2 +- docs/guides/mssqlserver/quickstart/quickstart.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/mssqlserver/clustering/ag_cluster.md b/docs/guides/mssqlserver/clustering/ag_cluster.md index f222be6819..ae291a8f96 100644 --- a/docs/guides/mssqlserver/clustering/ag_cluster.md +++ b/docs/guides/mssqlserver/clustering/ag_cluster.md @@ -103,7 +103,7 @@ EnterpriseCore: This will run the container using the Enterprise Edition Core For a complete list of environment variables that can be used, refer to the documentation [here](https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-2017). Below is an example of how to configure the `MSSQL_PID` environment variable in the KubeDB MSSQLServer Custom Resource Definition (CRD): -```yaml +```bash apiVersion: kubedb.com/v1alpha2 kind: MSSQLServer metadata: diff --git a/docs/guides/mssqlserver/clustering/standalone.md b/docs/guides/mssqlserver/clustering/standalone.md index bbe5d80081..d9aaf441ac 100644 --- a/docs/guides/mssqlserver/clustering/standalone.md +++ b/docs/guides/mssqlserver/clustering/standalone.md @@ -105,7 +105,7 @@ EnterpriseCore: This will run the container using the Enterprise Edition Core For a complete list of environment variables that can be used, refer to the documentation [here](https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-2017). Below is an example of how to configure the `MSSQL_PID` environment variable in the KubeDB MSSQLServer Custom Resource Definition (CRD): -```yaml +```bash apiVersion: kubedb.com/v1alpha2 kind: MSSQLServer metadata: diff --git a/docs/guides/mssqlserver/concepts/mssqlserver.md b/docs/guides/mssqlserver/concepts/mssqlserver.md index 4b20e343cb..e8c4b7fabc 100644 --- a/docs/guides/mssqlserver/concepts/mssqlserver.md +++ b/docs/guides/mssqlserver/concepts/mssqlserver.md @@ -456,7 +456,7 @@ EnterpriseCore: This will run the container using the Enterprise Edition Core For a complete list of environment variables that can be used, refer to the documentation [here](https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-2017). Below is an example of how to configure the `MSSQL_PID` environment variable in the KubeDB MSSQLServer Custom Resource Definition (CRD): -```yaml +```bash apiVersion: kubedb.com/v1alpha2 kind: MSSQLServer metadata: diff --git a/docs/guides/mssqlserver/quickstart/quickstart.md b/docs/guides/mssqlserver/quickstart/quickstart.md index 56f4934663..a6ee2370bc 100644 --- a/docs/guides/mssqlserver/quickstart/quickstart.md +++ b/docs/guides/mssqlserver/quickstart/quickstart.md @@ -108,7 +108,7 @@ EnterpriseCore: This will run the container using the Enterprise Edition Core For a complete list of environment variables that can be used, refer to the documentation [here](https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-2017). Below is an example of how to configure the `MSSQL_PID` environment variable in the KubeDB MSSQLServer Custom Resource Definition (CRD): -```yaml +```bash apiVersion: kubedb.com/v1alpha2 kind: MSSQLServer metadata: