diff --git a/helm/role.go b/helm/role.go index 152d1d0..c708b21 100644 --- a/helm/role.go +++ b/helm/role.go @@ -1,8 +1,8 @@ package helm type Rule struct { - ApiGroup []string `yaml:"apiGroup,omitempty"` - Resources []string `yaml:"resource,omitempty"` + ApiGroup []string `yaml:"apiGroups,omitempty"` + Resources []string `yaml:"resources,omitempty"` Verbs []string `yaml:"verbs,omitempty"` }