Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Oct 15, 2024
1 parent c47b51b commit 556ff1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/mssqlserver/clustering/ag_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mssqlserver/clustering/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mssqlserver/concepts/mssqlserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mssqlserver/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 556ff1f

Please sign in to comment.