Updating the Values Override File
You can update the configuration defined in values.yaml
after
installing AtScale.
To update your values override file:
-
Make the required changes to
values.yaml
. -
Open a terminal window and run the following command:
helm upgrade atscale oci://docker.io/atscaleinc/atscale --version <version_number> -n <namespace> -f <override_file>
Where:
<version>
is the version of AtScale you're currently on.<namespace>
is the namespace in which AtScale is installed.<override_file>
is your updated values override file.