mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update storage size for AKS to 10Gb per PVC
This commit is contained in:
@@ -59,6 +59,7 @@ os.environ['DOCKER_IMAGE_POLICY']="IfNotPresent"
|
||||
os.environ['DOCKER_PRIVATE_REGISTRY']="1"
|
||||
os.environ['CLUSTER_PLATFORM']="aks"
|
||||
os.environ['ACCEPT_EULA']="yes"
|
||||
os.environ['STORAGE_SIZE']="10Gi"
|
||||
|
||||
print ("Set azure context to subcription: "+SUBSCRIPTION_ID)
|
||||
command = "az account set -s "+ SUBSCRIPTION_ID
|
||||
|
||||
Reference in New Issue
Block a user