Skip to content

Commit eb4c38c

Browse files
authored
Fix typo in example AKS Preflight config (#79)
Signed-off-by: wwwil <[email protected]>
1 parent 0c66ef4 commit eb4c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aks.preflight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enabled-packages:
1818
outputs:
1919
# uploads a json file to Azure Blob Storage.
2020
# `AZURE_STORAGE_ACCOUNT` and `AZURE_STORAGE_ACCESS_KEY` env vars need to be set.
21-
- type: azblob/
21+
- type: azblob
2222
container: mycontainer
2323
format: json
2424
# writes a file with the data gathered.

0 commit comments

Comments
 (0)