Update README.md (#1153)

pretty README.md
This commit is contained in:
1vicente
2022-05-19 07:14:11 -03:00
committed by GitHub
parent 879ac3ccb1
commit d307898289

View File

@@ -1,11 +1,11 @@
## K8S - Cronjob
Simple instructions to add a cronjob on K8S to execute a prowler and save the results on AWS S3.
Files:
cronjob.yml -> is a cronjob for K8S, you must set the frequency and probes from yours scans.
secret.yml -> is a secret file with AWS ID/Secret and the name of bucket
### Files:
cronjob.yml ---> is a **cronjob** for K8S, you must set the frequency and probes from yours scans \
secret.yml -----> is a **secret** file with AWS ID/Secret and the name of bucket
To apply:
### To apply:
kubectl -f cronjob.yml
kubectl -f secret.yml
`$ kubectl -f cronjob.yml` \
`$ kubectl -f secret.yml`