diff --git a/content/usage/workspace.md b/content/usage/workspace.md index 34e56fe6f..2c2b686fe 100644 --- a/content/usage/workspace.md +++ b/content/usage/workspace.md @@ -5,7 +5,7 @@ description: > Shared directory that all build steps begin at. --- -Vela uses a shared volume model between steps to allow shared file system during the build process. These volumes should be considered ephemeral in the sense once a build completes execution all data via the volume being destroyed. +Vela uses a shared volume model between steps to allow shared file system during the build process. These volumes should be considered ephemeral in the sense once a build completes execution all data via the volume being destroyed. ## Working Directory @@ -36,7 +36,7 @@ This ensures the configuration, code, dependencies, and compiled binaries are pe ```sh # Syntax -/vela/secrets// +/vela/parameters// # Example /vela/parameters/github/repo/settings/topics @@ -63,4 +63,4 @@ git clone https://github.com/go-vela/hello-world.git ``` {{% alert color="warning" %}} In cases where your clone needs special configuration you should add a step at the beginning of the pipeline adding the desired behavior. -{{% /alert %}} \ No newline at end of file +{{% /alert %}}