Skip to content

Commit

Permalink
fix secrets descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Jun 18, 2024
1 parent 13d7cbe commit 5150421
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"secrets": {
"CV_API_TOKEN": {
"description": "CVaaS service account token."
"description": "(Optional) CVaaS service account token. Required only if CVaaS will be part of the demo."
// "documentationUrl": "https://example.com/link/to/info"
},
"ARTOKEN": {
"description": "token to auto-download EOS images from arista.com."
// "documentationUrl": "https://example.com/link/to/info"
},
"CVURL": {
"description": "URL to be used to access CVaaS. Default is `cv-staging.corp.arista.io`"
"description": "(Optional) URL to be used to access CVaaS. Default is `cv-staging.corp.arista.io`"
// "documentationUrl": "https://example.com/link/to/info"
}
},
Expand Down

0 comments on commit 5150421

Please sign in to comment.