Skip to content

Commit

Permalink
docs update, fix minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk committed Jul 2, 2024
1 parent 1177cfe commit 41ae298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/units-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For example:

Example usage:

```yaml
```yaml
name: cert-manager-issuer
type: kubernetes
depends_on: this.cert-manager
Expand All @@ -93,7 +93,7 @@ Example usage:
host: k8s.example.com
username: "user"
password: "secretPassword"
```
```

* `host` - *optional*. The hostname (in form of URI) of the Kubernetes API. Can be sourced from `KUBE_HOST`.

Expand Down
1 change: 1 addition & 0 deletions docs/units-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ units:
command: |
echo "key1=val1\nkey2=val2"
```

* `command` - *string*, *optional*. The command to take the outputs from. Is used regardless of the type option. If the command is not defined, cdev takes the outputs from the `apply` command.

### `pre_hook` and `post_hook` blocks
Expand Down

0 comments on commit 41ae298

Please sign in to comment.