Skip to content

Commit

Permalink
enrich ASM examples (#25598)
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshdama authored Aug 31, 2023
1 parent 9b8fd15 commit 40b13ca
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,15 @@
}
}
},
"addonProfiles": {},
"addonProfiles": {
"azureKeyvaultSecretsProvider": {
"enabled": true,
"config": {
"enableSecretRotation": "true",
"rotationPollInterval": "2m"
}
}
},
"enableRBAC": true,
"diskEncryptionSetID": "/subscriptions/subid1/resourceGroups/rg1/providers/Microsoft.Compute/diskEncryptionSets/des",
"enablePodSecurityPolicy": true
Expand Down Expand Up @@ -144,6 +152,15 @@
"servicePrincipalProfile": {
"clientId": "clientid"
},
"addonProfiles": {
"azureKeyvaultSecretsProvider": {
"enabled": true,
"config": {
"enableSecretRotation": "true",
"rotationPollInterval": "2m"
}
}
},
"nodeResourceGroup": "MC_rg1_clustername1_location1",
"enableRBAC": true,
"diskEncryptionSetID": "/subscriptions/subid1/resourceGroups/rg1/providers/Microsoft.Compute/diskEncryptionSets/des",
Expand Down Expand Up @@ -258,6 +275,15 @@
"servicePrincipalProfile": {
"clientId": "clientid"
},
"addonProfiles": {
"azureKeyvaultSecretsProvider": {
"enabled": true,
"config": {
"enableSecretRotation": "true",
"rotationPollInterval": "2m"
}
}
},
"nodeResourceGroup": "MC_rg1_clustername1_location1",
"enableRBAC": true,
"diskEncryptionSetID": "/subscriptions/subid1/resourceGroups/rg1/providers/Microsoft.Compute/diskEncryptionSets/des",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
"Create Managed Cluster with Azure Key Vault Secrets Provider Addon": {
"$ref": "./examples/ManagedClustersCreate_AzureKeyvaultSecretsProvider.json"
},
"Create Managed Cluster with Azure Service Mesh": {
"Create/Update Managed Cluster with Azure Service Mesh": {
"$ref": "./examples/ManagedClustersCreate_AzureServiceMesh.json"
},
"Create Managed Cluster with FIPS enabled OS": {
Expand Down

0 comments on commit 40b13ca

Please sign in to comment.