Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Add missing secretlabels in secret validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Jul 10, 2020
1 parent 9f4080e commit 21e84ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/kube/apis/quarkssecret/v1alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ var (
},
},
},
"secretLabels": {
Type: "object",
XPreserveUnknownFields: pointers.Bool(true),
},
},
Required: []string{
"secretName",
Expand Down

0 comments on commit 21e84ab

Please sign in to comment.