Merge pull request #759 from mythi/PR-2021-063

operator: fix SgxDevicePlugin webhook.Defaulter
This commit is contained in:
Ed Bartosh 2021-11-22 16:13:03 +02:00 committed by GitHub
commit 16daa358e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
} }
} }