Skip to content

Commit

Permalink
Add MS SQL Server lifecycle image
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 May 6, 2024
1 parent 6913c20 commit abb991c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/guides/mssqlserver/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ Status:
Status: True
Type: Provisioned
Phase: Ready
Events: <none>


$ kubectl get petset -n demo mssqlserver-quickstart
Expand Down Expand Up @@ -523,7 +522,7 @@ From the above output , you can see that `MSSQLServer` object, `PVCs`, `Secret`
## Cleaning up
To cleanup the Kubernetes resources created by this tutorial, run:
To clean up the Kubernetes resources created by this tutorial, run:
```bash
kubectl patch -n demo mssqlserver/mssqlserver-quickstart -p '{"spec":{"terminationPolicy":"WipeOut"}}' --type="merge"
Expand Down

0 comments on commit abb991c

Please sign in to comment.