Supertstream Engine Deployment using existing secrets
When the ACTIVATION_TOKEN
cannot be exposed in the values.yaml
file, it is possible to provide it to the Engine using a pre-created Kubernetes secret containing the relevant data. Follow these steps to create and configure the secret:
Create Kubernetes Secret
Use the following command to create a Kubernetes secret with the required data:
Generate ENCRYPTION_SECRET_KEY
ENCRYPTION_SECRET_KEY
To create the ENCRYPTION_SECRET_KEY
, run the following command:
Specify Existing Secret in custom_values.yaml
custom_values.yaml
Indicate that you are using an existing secret by adding the following lines to your custom_values.yaml
file:
Final Configuration
After configuring the secret, your overall configuration should look like this:
Deploy
Last updated