зеркало из https://github.com/Azure/ARO-RP.git
Revert "Temporarily force the rp nsg to redeploy"
This reverts commit f2a34e36a9
.
This commit is contained in:
Родитель
87742e99d1
Коммит
d922b4406e
|
@ -3,7 +3,7 @@
|
|||
"contentVersion": "1.0.0.0",
|
||||
"parameters": {
|
||||
"deployNSGs": {
|
||||
"value": true
|
||||
"value": false
|
||||
},
|
||||
"extraClusterKeyvaultAccessPolicies": {
|
||||
"value": []
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"parameters": {
|
||||
"deployNSGs": {
|
||||
"type": "bool",
|
||||
"defaultValue": true
|
||||
"defaultValue": false
|
||||
},
|
||||
"extraClusterKeyvaultAccessPolicies": {
|
||||
"type": "array",
|
||||
|
|
|
@ -282,10 +282,7 @@ func (g *generator) rpPredeployTemplate() *arm.Template {
|
|||
switch param {
|
||||
case "deployNSGs":
|
||||
p.Type = "bool"
|
||||
// TODO: *** REVERT AFTER RELEASE ***
|
||||
// *** Forcing this to true here to ensure the rp_in_geneva NSG gets updated with GenevaActions service tag.
|
||||
// *** Once the NSGs get updated, revert this change (set p.DefaultValue = false) so that the NSGs aren't getting redeployed every release.
|
||||
p.DefaultValue = true
|
||||
p.DefaultValue = false
|
||||
case "extraClusterKeyvaultAccessPolicies",
|
||||
"extraDBTokenKeyvaultAccessPolicies",
|
||||
"extraPortalKeyvaultAccessPolicies",
|
||||
|
|
Загрузка…
Ссылка в новой задаче