Skip to content

Commit

Permalink
fix(polaris): Add Deployment to supported kinds (#694)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <[email protected]>
  • Loading branch information
danielpacak authored Aug 31, 2021
1 parent 7b1c896 commit 531292e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/polaris/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ func NewPlugin(clock ext.Clock) configauditreport.Plugin {
var (
supportedKinds = map[kube.Kind]bool{
kube.KindPod: true,
kube.KindDeployment: true,
kube.KindReplicaSet: true,
kube.KindReplicationController: true,
kube.KindStatefulSet: true,
Expand Down

0 comments on commit 531292e

Please sign in to comment.