Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadolny committed Apr 7, 2020
1 parent 2c76045 commit 8633438
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 202 deletions.
5 changes: 4 additions & 1 deletion config/samples/azure_v1alpha1_azuresqlaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ spec:
# dbName: azuresqldatabase-sample
# dbUser: sqluser-sample
## Optionally specify the keyvault for the user credentials secret
# userSecretKeyVault: asoSecretKeyVault
# userSecretKeyVault: asoSecretKeyVault
## Optionally specify the secretname and keyvault for the admin credentials secret
# serverAdminSecretName: sqlserver-sample-777-secret
# serverSecretKeyVault: asoSecretKeyVault
2 changes: 2 additions & 0 deletions docs/azuresql/azuresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Required parameters:

Optional parameters:
* `userSecretKeyVault` - specify a Key Vault to store the user secret credentials in. If there is no Key Vault specified, it will default to the global secret client.
* `serverSecretKeyVault` - specify a Key Vault to store the admin secret credentials in. If there is no Key Vault specified, it will default to the global secret client.
* `serverAdminSecretName` - specify a secret name for the admin secret. If there is no secret name specified, it will fallback to the default name.

### SQL failover group

Expand Down
Loading

0 comments on commit 8633438

Please sign in to comment.