Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Jul 21, 2023
1 parent 401acee commit 47dc213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/helm/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (i *ChartLoader) loadAWSLBControllerValues() map[string]any {
return map[string]any{
"clusterName": i.clusterName,
"tolerations": controlPlaneTolerations,
"nodeSelector": nodeSelectorForControlPlane,
"nodeSelector": controlPlaneNodeSelector,
}
}

Expand Down

0 comments on commit 47dc213

Please sign in to comment.