Fix apiGroups and resources (need "s")
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
package helm
|
package helm
|
||||||
|
|
||||||
type Rule struct {
|
type Rule struct {
|
||||||
ApiGroup []string `yaml:"apiGroup,omitempty"`
|
ApiGroup []string `yaml:"apiGroups,omitempty"`
|
||||||
Resources []string `yaml:"resource,omitempty"`
|
Resources []string `yaml:"resources,omitempty"`
|
||||||
Verbs []string `yaml:"verbs,omitempty"`
|
Verbs []string `yaml:"verbs,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user