Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use createOrRecover for sample keyvaults #3370

Merged
merged 7 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
apiVersion: keyvault.azure.com/v1api20210401preview
kind: Vault
metadata:
name: mlworkspaces-vault
name: aso-cs-vault
namespace: default
spec:
location: westus3
owner:
name: aso-sample-rg
properties:
createMode: createOrRecover
tenantId: 00000000-0000-0000-0000-000000000000
sku:
family: A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spec:
keyVaultReference:
group: keyvault.azure.com
kind: Vault
name: mlworkspaces-vault
name: aso-cs-vault
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
owner:
name: aso-sample-rg
properties:
createMode: createOrRecover
tenantId: "00000000-0000-0000-0000-000000000000"
sku:
family: A
Expand Down Expand Up @@ -43,4 +44,3 @@ spec:
- "get"
storage:
- "get"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: New line

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff is interesting. I've removed a missing EOLN by adding one. 😉

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
owner:
name: aso-sample-rg
properties:
createMode: createOrRecover
tenantId: "00000000-0000-0000-0000-000000000000"
sku:
family: A
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
apiVersion: keyvault.azure.com/v1api20210401preview
kind: Vault
metadata:
name: mlworkspaces-vault
name: ms-ws-vault
namespace: default
spec:
location: westus3
owner:
name: aso-sample-rg
properties:
createMode: createOrRecover
tenantId: "00000000-0000-0000-0000-000000000000"
sku:
family: A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
keyVaultReference:
group: "keyvault.azure.com"
kind: "Vault"
name: "mlworkspaces-vault"
name: "ms-ws-vault"
# Optional: Save the keys for the storage account into a Kubernetes secret
operatorSpec:
secrets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
apiVersion: keyvault.azure.com/v1beta20210401preview
kind: Vault
metadata:
name: aso-ml-vault
name: aso-v-mls
namespace: default
spec:
location: westus3
owner:
name: aso-sample-rg
properties:
tenantId: "00000000-0000-0000-0000-000000000000"
createMode: createOrRecover
sku:
family: A
name: standard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
keyVaultReference:
group: "keyvault.azure.com"
kind: "Vault"
name: "aso-ml-vault"
name: "aso-v-mls"
# Optional: Save the keys for the storage account into a Kubernetes secret
operatorSpec:
secrets:
Expand Down