Skip to content

Commit

Permalink
Fix values.yaml link (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Jan 12, 2024
1 parent dac1606 commit aa2c3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are required values that you must set explicitly when deploying SkyWalking
| `ui.image.tag` | the UI docker image tag | `9.6.0` |

You can set these required values via command line (e.g. `--set oap.image.tag=9.2.0 --set oap.storageType=elasticsearch`),
or edit them in a separate file(e.g. [`values.yaml`](chart/skywalking/values-es6.yaml), [`values-my-es.yaml`](chart/skywalking/values-my-es.yaml))
or edit them in a separate file(e.g. [`values.yaml`](chart/skywalking/values.yaml), [`values-my-es.yaml`](chart/skywalking/values-my-es.yaml))
and use `-f <filename>` or `--values=<filename>` to set them.

# Install
Expand Down

0 comments on commit aa2c3e1

Please sign in to comment.