Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2021-07-27 19:38:22 +00:00
parent ad36ae0b0f
commit c28cc3892f
2 changed files with 20 additions and 1 deletions
+8 -1
View File
@@ -58087,10 +58087,17 @@ execution:
description: Command to run
type: String
default: uname
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/busybox.yaml -n #{namespace}
kubectl exec -n #{namespace} busybox -- #{command}
+12
View File
@@ -45,6 +45,18 @@ kubectl delete pod busybox -n #{namespace}
#### Dependencies: Run with `bash`!
##### Description: kubectl must be installed
##### Check Prereq Commands:
```bash
which kubectl
```
##### Get Prereq Commands:
```bash
echo "kubectl must be installed manually"
```
<br/>