mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-15 20:39:08 +00:00
5f34058dc7
* add yamllint command to travis CI installs and runs a linter across the YAML in the project to ensure consistency in the written YAML. this uses yamllint and the default yamllint config with "truthy" and "line-length" disabled. * run dos2unix on CRLF files * YAMLLINT: remove trailing spaces * YAMLLint: add YAML document start * YAMLLint: too many spaces around bracket * YAMLLint: fix indentation * YAMLLint: remove duplicate key * YAMLLint: newline at end of file * YAMLLint: Too few spaces after comma * YAMLLint: too many spaces after colon
33 lines
688 B
YAML
33 lines
688 B
YAML
---
|
|
## Version-specific settings that override the values in cfg/config.yaml
|
|
|
|
master:
|
|
apiserver:
|
|
bins:
|
|
- openshift start master api
|
|
- hypershift openshift-kube-apiserver
|
|
|
|
scheduler:
|
|
bins:
|
|
- "openshift start master controllers"
|
|
- "hyperkube kube-scheduler"
|
|
confs:
|
|
- /etc/origin/master/scheduler.json
|
|
|
|
controllermanager:
|
|
bins:
|
|
- "openshift start master controllers"
|
|
- "hypershift openshift-controller-manager"
|
|
|
|
etcd:
|
|
bins:
|
|
- openshift start etcd
|
|
|
|
node:
|
|
svcs:
|
|
- /etc/systemd/system/atomic-openshift-node.service
|
|
- /etc/systemd/system/origin-node.service
|
|
proxy:
|
|
bins:
|
|
- openshift start network
|