Skip to content

Commit 9000b55

Browse files
committed
Remove region spec requirement
1 parent eaf11cf commit 9000b55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/apis/certmanager/validation/issuer.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ func ValidatePrivateACMIssuerConfig(iss *v1alpha1.PrivateACMIssuer, fldPath *fie
136136
el = append(el, field.Required(fldPath.Child("certificateAuthorityARN"), "certificate authority arn is a required field"))
137137
}
138138

139-
if len(iss.Region) == 0 {
140-
el = append(el, field.Required(fldPath.Child("region"), "region is a required field"))
141-
}
142-
143139
return el
144140
}
145141

0 commit comments

Comments
 (0)