Skip to content

Commit

Permalink
Add documentation enhancements for SQL Provisioning (#117)
Browse files Browse the repository at this point in the history
* Fixed go mod

* enhancements

---------

Co-authored-by: Manav <manav.rajvanshi@nutanix.com>
  • Loading branch information
shenoypritika and manavrajvanshi authored Jun 21, 2023
1 parent 42d7be3 commit 10563eb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ spec:
dbParam:
name: ""
id: ""
# Only applicable for MSSQL databases
dbParamInstance:
name: ""
id: ""

```

Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions config/crd/bases/ndb.nutanix.com_databases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ spec:
name:
type: string
type: object
dbParamInstance:
properties:
id:
type: string
name:
type: string
type: object
network:
properties:
id:
Expand Down
3 changes: 3 additions & 0 deletions config/samples/ndb_v1alpha1_database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ spec:
dbParam:
name: ""
id: ""
dbParamInstance:
name: ""
id: ""

0 comments on commit 10563eb

Please sign in to comment.