You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/v1/types_infrastructure.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -503,7 +503,7 @@ type AWSPlatformSpec struct {
503
503
}
504
504
505
505
// AWSPlatformStatus holds the current status of the Amazon Web Services infrastructure provider.
506
-
// +kubebuilder:validation:XValidation:rule="!has(oldSelf.resourceTags) && !has(self.resourceTags) || has(oldSelf.resourceTags) && has(self.resourceTags)",message="resourceTags may only be configured during installation"
506
+
// +kubebuilder:validation:XValidation:rule="has(oldSelf.resourceTags) == has(self.resourceTags)",message="resourceTags may only be configured during installation"
507
507
typeAWSPlatformStatusstruct {
508
508
// region holds the default AWS region for new AWS resources created by the cluster.
0 commit comments