S3 Credentials for Qtap using Kubernetes Secrets
This guide explains how to configure the S3 access and secret key environment variables for Qtap using Kubernetes secrets.
Environment Variables
S3_ACCESS_KEY
: Access key for S3 authenticationS3_SECRET_KEY
: Secret key for S3 authentication
Setup Steps
Create a Kubernetes secret with your S3 credentials:
Configure the environment variables in your Helm values:
Apply the configuration when installing or upgrading Qtap:
Last updated