Skip to content

Commit

Permalink
Fix workload options
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Mar 29, 2023
1 parent d2f59aa commit b78e3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/containers/kubernetes_nodepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func SchemaDefaultNodePool() *pluginsdk.Schema {
Computed: true,
ValidateFunc: validation.StringInSlice([]string{
string(managedclusters.WorkloadRuntimeOCIContainer),
string(agentpools.WorkloadRuntimeKataMshvVMIsolation),
string(managedclusters.WorkloadRuntimeKataMshvVMIsolation),
}, false),
},
}
Expand Down

0 comments on commit b78e3b2

Please sign in to comment.