1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-19 05:08:07 +00:00
kube-bench/cfg/ocp-3.10/config.yaml

23 lines
436 B
YAML
Raw Normal View History

2019-01-24 15:40:43 +00:00
---
## Controls Files.
# These are YAML files that hold all the details for running checks.
#
## Uncomment to use different control file paths.
# masterControls: ./cfg/master.yaml
# nodeControls: ./cfg/node.yaml
# federatedControls: ./cfg/federated.yaml
master:
apiserver:
bins:
- hypershift openshift-kube-apiserver
2019-01-24 15:40:43 +00:00
etcd:
2019-01-24 15:40:43 +00:00
bins:
- openshift start etcd
2019-01-24 15:40:43 +00:00
node:
proxy:
bins:
- openshift start network