Skip to content

Commit

Permalink
host image component set default toleration
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyaoqi committed Jun 30, 2020
1 parent e6356bf commit 6f564a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/onecloud/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func SetDefaults_OnecloudClusterSpec(obj *OnecloudClusterSpec, isEE bool) {
HostComponentType: &obj.HostAgent.DaemonSetSpec,
HostDeployerComponentType: &obj.HostDeployer,
YunionagentComponentType: &obj.Yunionagent,
HostImageComponentType: &obj.HostImage,
} {
SetDefaults_DaemonSetSpec(spec, getImage(obj.ImageRepository, spec.Repository, cType, spec.ImageName, obj.Version, spec.Tag))
}
Expand Down

0 comments on commit 6f564a2

Please sign in to comment.