Skip to content

Commit

Permalink
update capture doc
Browse files Browse the repository at this point in the history
Signed-off-by: Qingchuan Hao <[email protected]>
  • Loading branch information
mainred committed May 29, 2024
1 parent 7f5a1d2 commit f7019e4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/captures/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,10 @@ This example creates a Capture and stores the Capture artifacts into a storage a

Create a secret to store blob SAS URL:

```yaml
apiVersion: v1
data:
## Data key is required to be "blob-upload-url"
blob-upload-url: <based-encode-blob-sas-url>
kind: Secret
metadata:
name: blob-sas-url
namespace: default
type: Opaque
```bash
kubectl create secret generic blob-sas-url --from-file=blob-upload-url=./blob-upload-url.txt
```

Check failure on line 54 in docs/captures/readme.md

View workflow job for this annotation

GitHub Actions / markdownlint

Fenced code blocks should be surrounded by blank lines [Context: "```"]

docs/captures/readme.md:54 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
in which blob-upload-url.txt stores the Blob SAS URL

Create a Capture specifying the secret created as blobUpload, this example will also store the artifact on the node host path

Expand Down

0 comments on commit f7019e4

Please sign in to comment.