Skip to content

Commit

Permalink
fix(conftest): Add Deployment to supported kinds (#695)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Aug 31, 2021
1 parent 531292e commit 89cb2c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/conftest/plugin.go
Expand Up @@ -126,6 +126,7 @@ func NewPlugin(idGenerator ext.IDGenerator, clock ext.Clock) configauditreport.P
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 89cb2c3

Please sign in to comment.