Skip to content

Commit

Permalink
docs: Correct location of Tilt debug options
Browse files Browse the repository at this point in the history
Signed-off-by: Naadir Jeewa <[email protected]>
  • Loading branch information
Naadir Jeewa committed Oct 27, 2021
1 parent 18c425f commit 86b3585
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/book/src/developer/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ for more details.
**kustomize_substitutions** (Map{String: String}, default={}): An optional map of substitutions for `${}`-style placeholders in the
provider's yaml.
{{#tabs name:"tab-tilt-kustomize-substitution" tabs:"AWS,Azure,DigitalOcean,GCP"}}
{{#tab AWS}}
For example, if the yaml contains `${AWS_B64ENCODED_CREDENTIALS}`, you could do the following:
```json
"kustomize_substitutions": {
"AWS_B64ENCODED_CREDENTIALS": "your credentials here"
}
```
**debug** (Map{string: Map} default{}): A map of named configurations for the provider. The key is the name of the provider.
Supported settings:
Expand Down Expand Up @@ -154,6 +143,17 @@ Supported settings:
configuration](https://www.jetbrains.com/help/go/attach-to-running-go-processes-with-debugger.html#step-3-create-the-remote-run-debug-configuration-on-the-client-computer)
pointing at port 30000.
{{#tabs name:"tab-tilt-kustomize-substitution" tabs:"AWS,Azure,DigitalOcean,GCP"}}
{{#tab AWS}}
For example, if the yaml contains `${AWS_B64ENCODED_CREDENTIALS}`, you could do the following:
```json
"kustomize_substitutions": {
"AWS_B64ENCODED_CREDENTIALS": "your credentials here"
}
```
{{#/tab }}
{{#tab AZURE}}
Expand Down

0 comments on commit 86b3585

Please sign in to comment.