-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
47 lines (40 loc) · 1.76 KB
/
Copy path.env.example
File metadata and controls
47 lines (40 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Cluster Configuration
CLUSTER_NAME=bearkube
CONTAINER_RUNTIME=docker
NAMESPACE=test-mirrord
# Directory Paths (optional - defaults work for standard repo layout)
# OPERATOR_DIR=/path/to/operator
# CHARTS_DIR=/path/to/charts/mirrord-operator
# MIRRORD_DIR=/path/to/mirrord
# SCRIPTS_DIR=/path/to/local-sandbox/scripts
# GCS Sccache (optional - for faster builds)
# GCS_CREDENTIALS_FILE=/path/to/gcp-credentials.json
# GCS_BUCKET=your-bucket-name
# GCS_PATH_PREFIX=operator-local/
# AWS SQS (required for AWS SQS tests)
# QUEUE_NAME=your-queue-name
# AWS_REGION=us-east-1
# AWS_ACCOUNT_ID=123456789012
# AWS_ACCESS_KEY_ID=your-access-key
# AWS_SECRET_ACCESS_KEY=your-secret-key
# RDS endpoint (without port)
# RDS_HOST=your-db-instance.xxxxx.us-east-1.rds.amazonaws.com
# RDS port (default: 5432)
# RDS_PORT=5432
# Database name
# RDS_DATABASE=your_database
# IAM database user (must have rds_iam role granted in PostgreSQL)
# RDS_USER=iam_user
# Custom mirrord binary (optional, managed by 'task mirrord:use VERSION=X')
# MIRRORD_BIN=/path/to/mirrord
# Production license key (required for 'task operator:use VERSION=X')
# Released operator images use the production license issuer, so a real
# license key is needed. The local build uses the sandbox-generated PEM instead.
# Get your key from https://app.metalbear.co
# RELEASE_LICENSE_KEY=your-license-key-here
# Version testing -- use these tasks for backwards-compat testing:
# task operator:use VERSION=3.152.0 - deploy a released operator (needs RELEASE_LICENSE_KEY)
# task operator:install - switch back to local build
# task mirrord:use VERSION=3.200.0 - use a released mirrord CLI
# task mirrord:use:local - switch back to local build
# task versions:list - show cached versions