Skip to content

Commit

Permalink
Fix the azure-nextgen-cs-net5-aks-webapp example (pulumi#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov authored Feb 10, 2021
1 parent 677fef4 commit dec20c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-nextgen-cs-net5-aks-webapp/AksCluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public AksCluster(string name, AksClusterArgs? args = default) : base("example:m
},
DnsPrefix = "demoapppulumiaks",
EnableRBAC = true,
Identity = new ManagedClusterIdentityArgs { Type ="SystemAssigned" },
Identity = new ManagedClusterIdentityArgs { Type = ResourceIdentityType.SystemAssigned },
KubernetesVersion = args?.KubernetesVersion ?? "1.16.13",
LinuxProfile = new ContainerServiceLinuxProfileArgs
{
Expand Down

0 comments on commit dec20c0

Please sign in to comment.