provisioning: escape literal '$' with '$$' to avoid interpolation (#18045)
fixes #17986
This commit is contained in:
@@ -45,6 +45,8 @@ datasources:
|
||||
password: $PASSWORD
|
||||
```
|
||||
|
||||
If you have a literal `$` in your value and want to avoid interpolation, `$$` can be used.
|
||||
|
||||
<hr />
|
||||
|
||||
## Configuration Management Tools
|
||||
|
||||
Reference in New Issue
Block a user