Skip to content

Commit

Permalink
doc: add setString usage example
Browse files Browse the repository at this point in the history
Show how to use setString with nested yaml key
  • Loading branch information
nvanheuverzwijn committed Aug 26, 2019
1 parent 6b62ea3 commit 23cd18c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/desired_state_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ Example:
secret2="SECRET_ENV_VAR2" # works with/without $ at the beginning
[apps.jenkins.setString]
longInt = "1234567890"
"image.tag" = "1.0.0"
```

```yaml
Expand All @@ -407,4 +408,6 @@ apps:
secret2: "$SECRET_ENV_VAR2"
setString:
longInt: "1234567890"
image:
tag: "1.0.0"
```

0 comments on commit 23cd18c

Please sign in to comment.