mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #759 from mythi/PR-2021-063
operator: fix SgxDevicePlugin webhook.Defaulter
This commit is contained in:
commit
16daa358e7
@ -56,7 +56,7 @@ func (r *SgxDevicePlugin) Default() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(r.Spec.InitImage) == 0 {
|
if len(r.Spec.InitImage) == 0 {
|
||||||
r.Spec.Image = "intel/intel-sgx-initcontainer:" + sgxMinVersion.String()
|
r.Spec.InitImage = "intel/intel-sgx-initcontainer:" + sgxMinVersion.String()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user