Commit 9dd9bc6d authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

typo

1 merge request!3(WIP) Chore/docs updates
......@@ -118,7 +118,7 @@ Adding a new value requires a bit more leg work. Create a new branch in helm cha
helm upgrade --install --recreate-pods --reuse-values feat-max-video-size-1506 ./minds/
```
We don't need to specify a set value here because the value doesn't exist. However, once you set it, it will continue to be inherited from the last release becase of --reuse-values and you'll need to update it with set.
We don't need to specify a set value here because the value doesn't exist. However, once you set it, it will continue to be inherited from the last release because of --reuse-values and you'll need to update it with set.
If you hose anything, you can always re-run the pipeline which will rebuild the pods with the latest configuration in master and start over.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment