Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lunsford-even committed Jul 31, 2024
1 parent 8566329 commit baeb281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/privateloadzone_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
type PrivateLoadZoneSpec struct {
Token string `json:"token"`
Resources corev1.ResourceRequirements `json:"resources"`
Tolerations []corev1.Toleration `json:tolerations`
Tolerations []corev1.Toleration `json:"tolerations"`
ServiceAccountName string `json:"serviceAccountName,omitempty"`
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
Image string `json:"image,omitempty"`
Expand Down

0 comments on commit baeb281

Please sign in to comment.