Immuta in Production
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide highlights best practices when deploying Immuta in a production environment.
Back up or source control your immuta-values.yaml
Helm values file.
Assign to pods.
Edit immuta-values.yaml
to include the following recommended resource requests and limits for most Immuta deployments.
Create a file named secret-data.env
with the following content.
Create secret named immuta-secret
from file secret-data.env
.
Delete file secret-data.env
, as it's no longer needed.
Edit immuta-values.yaml
to include the following Helm values.
Remove any sensitive key-value pairs from the immuta-values.yaml
Helm values that were made redundant after the secret was created.
Use in the immuta-values.yaml
file instead of passwords and tokens. The following section demonstrates how to create a secret and reference it in the Helm values file.
Perform a to apply the changes made to immuta-values.yaml
.