T1053.007 - Updated dependencies and prereqs (#1558)

* T1053.007 - Updated dependencies and prereqs

Updated dependencies and prereqs

* update wording

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Josh Rickard
2021-07-27 14:11:21 -05:00
committed by GitHub
parent eb84927b5f
commit 5c6c6206cb
+12 -2
View File
@@ -12,9 +12,14 @@ atomic_tests:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: |
kubectl must be installed
get_prereq_command: |
echo "kubectl must be installed manually"
prereq_command: |
which kubectl
executor:
command: |
kubectl get cronjobs -n #{namespace}
name: bash
@@ -30,9 +35,14 @@ atomic_tests:
description: K8s namespace to list
type: String
default: default
executor:
dependencies:
- description: |
kubectl must be installed
get_prereq_command: |
echo "kubectl must be installed manually"
prereq_command: |
which kubectl
executor:
command: |
kubectl create -f src/cronjob.yaml -n #{namespace}
cleanup_command: |