Skip to content

Commit

Permalink
Merge pull request #26 from ggallen/fix-filter
Browse files Browse the repository at this point in the history
Force Role to be applied before RoleBinding.
  • Loading branch information
joejstuart authored May 21, 2022
2 parents f3475a1 + c716ffa commit c94091c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter_plugins/k8s_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def k8s_filter(k8s_objects):
'Secret',
'ServiceAccount',
'Group',
'Role',
'RoleBinding',
'PersistentVolumeClaim',
'ImageStream',
Expand Down

0 comments on commit c94091c

Please sign in to comment.