зеркало из https://github.com/microsoft/bedrock.git
redo path fix (#1150)
This commit is contained in:
Родитель
2026cffde1
Коммит
1e169e6871
|
@ -19,8 +19,7 @@ data "azurerm_subnet" "vnet" {
|
||||||
}
|
}
|
||||||
|
|
||||||
module "aks-gitops" {
|
module "aks-gitops" {
|
||||||
#source = "github.com/microsoft/bedrock?ref=master//cluster/azure/aks-gitops"
|
source = "github.com/microsoft/bedrock?ref=master//cluster/azure/aks-gitops"
|
||||||
source = "../../../cluster/azure/aks-gitops"
|
|
||||||
|
|
||||||
acr_enabled = var.acr_enabled
|
acr_enabled = var.acr_enabled
|
||||||
agent_vm_count = var.agent_vm_count
|
agent_vm_count = var.agent_vm_count
|
||||||
|
|
Загрузка…
Ссылка в новой задаче