diff --git a/library/common/templates/lib/rbac/_rules.tpl b/library/common/templates/lib/rbac/_rules.tpl index 44fb9ff2..9b330388 100644 --- a/library/common/templates/lib/rbac/_rules.tpl +++ b/library/common/templates/lib/rbac/_rules.tpl @@ -14,12 +14,6 @@ objectData: The object data to be used to render the RBAC. {{- end -}} {{- range $objectData.rules -}} - {{- if not .apiGroups -}} - {{- fail "RBAC - Expected non-empty [rbac.rules.apiGroups]" -}} - {{- end -}} - {{- if not .resources -}} - {{- fail "RBAC - Expected non-empty [rbac.rules.resources]" -}} - {{- end -}} {{- if not .verbs -}} {{- fail "RBAC - Expected non-empty [rbac.rules.verbs]" -}} {{- end -}}