Fix escaped underscores (r5,r6,dsR6)
Imported DITA files contain escaped underscores in literal contexts that are passed to output as is, resulting in inaccurate content. This review cleans up instances based on grep of HTML output. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I63a8675e6199461b4ee9694e44cd6fd1db12f788
This commit is contained in:
@@ -89,11 +89,11 @@ The optional arguments are:
|
||||
``--reset-values``
|
||||
Replace any existing helm chart overrides with the ones specified.
|
||||
|
||||
``--values <file\_name>``
|
||||
``--values <file_name>``
|
||||
Specify a YAML file containing helm chart override values. Can specify
|
||||
multiple times.
|
||||
|
||||
``--set <commandline\_overrides>``
|
||||
``--set <commandline_overrides>``
|
||||
Set helm chart override values on the command line. Multiple override
|
||||
values can be specified with multiple ``--set`` arguments. These are
|
||||
processed after ``--values`` files.
|
||||
|
||||
Reference in New Issue
Block a user