Skip to content

Commit 5ba751a

Browse files
authored
Merge pull request #1377 from fluxcd/json-tag
api: remove duplicated struct json tag
2 parents 865b5a6 + 80dcc89 commit 5ba751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v2/helmrelease_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ type Kustomize struct {
201201
// for changing image names, tags or digests. This can also be achieved with a
202202
// patch, but this operator is simpler to specify.
203203
// +optional
204-
Images []kustomize.Image `json:"images,omitempty" json:"images,omitempty"`
204+
Images []kustomize.Image `json:"images,omitempty"`
205205
}
206206

207207
// CommonMetadata defines the common labels and annotations.

0 commit comments

Comments
 (0)