Procedures for Handling the License Keys
Store the License Key in a separate file. This is needed for the helm upgrade and installation commands.
Code Block |
---|
$ cat path/to/licenseKey_file <Licence key> Example: $ cat path/to/licenseKey_file H4sIAN4hPV8AA6WXW08bPRCG7/srotyibpoAASqoVMIhkZKglgZIbyKv7d01sdf+fMjp13cMNOS7QeMUiZvNPB6PPfPO+FwKymvHGzVR/KJ59fPq+qH57VMD/s6pFZ5bQRrEeyvy4 ... |
Examples of how to use a new License Key file for installation or upgrade with the usage-engine-private-edition helm charts
Code Block |
---|
Using --set-file is the preferred method to specifying the License Key --set-file licenseKey=path/to/licenseKey_file Example: $helm upgrade <RELEASE_NAME> usage-engine-private-edition —install --set-file licenseKey=<path/to/licenseKey_file> -namespace <namespace> |
...