Skip to content

Commit

Permalink
aks: fix pod identity profile field names (#11484)
Browse files Browse the repository at this point in the history
* aks: add missing `podIdentityProfile.enabled` field

* aks: typo
  • Loading branch information
bcho authored Nov 3, 2020
1 parent 9ed74b9 commit 0b32601
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2931,14 +2931,18 @@
},
"ManagedClusterPodIdentityProfile": {
"properties": {
"userAssignedPodIdentities": {
"enabled": {
"type": "boolean",
"description": "Whether the pod identity addon is enabled."
},
"userAssignedIdentities": {
"description": "User assigned pod identity settings.",
"type": "array",
"items": {
"$ref": "#/definitions/ManagedClusterPodIdentity"
}
},
"userAssignedPodIdentityExceptions": {
"userAssignedIdentityExceptions": {
"description": "User assigned pod identity exception settings.",
"type": "array",
"items": {
Expand Down

0 comments on commit 0b32601

Please sign in to comment.