Skip to content

Commit

Permalink
bugfix: typo in Secret Env/TLS guide
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Oct 5, 2023
1 parent c2847c7 commit fbb80ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/nanocl/advanced-usage/secret_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can create `Secret` to pass then as environement variable for your `Cargoes`

:::tip
You can create secrets directly from a deployment `Statefile`!<br/>
But i recommand you to use `Secret` kind of Statefile and manage them separatly.
But we recommend you to use `Secret` kind of Statefile and manage them separatly.
:::

There is an `Statefile` example on how to do it:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/nanocl/advanced-usage/secret_tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To add an SSL Certificate you must create a secret.<br/>

:::tip
You can create secrets directly from a deployment `Statefile`!<br/>
But i recommand you to use `Secret` kind of Statefile and manage them separatly.
But we recommend you to use `Secret` kind of Statefile and manage them separatly.
:::

There is an `Statefile` example on how to do it:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ The `Metadata` of the `Statefile` is always present usually at the top of the fi

<ApiSchema example={false} id="nanocld-latest" pointer="#/components/schemas/StateDeployment" />

If the kind is only set on `Cargo`, `Virtual Machine` or `Resource` only an array with the specific `Kind` will be allowed.
If the kind is only set on `Cargo`, `Virtual Machine`, `Resource` or `Secret` only an array with the specific `Kind` will be allowed.

0 comments on commit fbb80ab

Please sign in to comment.