You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(infra): Reference .env variables in Helm values and Terraform backend
1. Helm values.yaml - MinIO credentials
- Updated comments to document using .env variables (MINIO_ROOT_USER, MINIO_ROOT_PASSWORD)
- Added usage examples with --set flags and envsubst approach
- Values should be set from .env via helm install --set flags
2. Terraform backend.tf
- Added comprehensive documentation for using environment variables
- Documented partial backend configuration approach
- Added comments showing how to override with TF_BACKEND_* env vars
- Added environment variables to env.example for Terraform backend config
Both files now properly reference .env file variables and provide clear
documentation on how to use them during deployment.
0 commit comments