Skip to content

Commit

Permalink
Merge pull request #1842 from nxf5025/xray-structured-yaml
Browse files Browse the repository at this point in the history
[xray] Adding structured system yaml to allow for individual key/value overrides
  • Loading branch information
rahulsadanandan authored Jul 5, 2024
2 parents 83c617b + 7049851 commit 1eb99c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ xray:
## You have to add the all entries of the system.yaml file here, and it overrides the values in files/system.yaml.
# systemYaml:

# -- Additional structured values on top of the text based 'xray.systemYaml'. Applied after the text based config is evaluated for templates. Enables adding and modifying YAML elements in the evaulated 'xray.systemYaml'.
structuredSystemYaml: {}

# Sidecar containers for tailing Xray logs
loggers: []
# - router-request.log
Expand Down

0 comments on commit 1eb99c8

Please sign in to comment.