We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e595d0f commit d221ddcCopy full SHA for d221ddc
1 file changed
rancher2/structure_agent_deployment_customization.go
@@ -44,7 +44,7 @@ func expandAgentDeploymentCustomization(p []interface{}) (*managementClient.Agen
44
45
in := p[0].(map[string]interface{})
46
47
- if v, ok := in["append_tolerations"].([]interface{}); ok && len(v) > 0 {
+ if v, ok := in["append_tolerations"].([]interface{}); ok {
48
obj.AppendTolerations = expandTolerations(v)
49
}
50
0 commit comments