10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
# Azure AKS credentials — copy to aks.env and fill in values
|
|
# NEVER commit aks.env to git!
|
|
|
|
# Required
|
|
AZURE_TENANT_ID=your-azure-tenant-id
|
|
AZURE_SUBSCRIPTION_ID=your-azure-subscription-id
|
|
|
|
# Optional — defaults to cluster name if not set
|
|
ARM_RESOURCE_GROUP=
|