Skip to content

Commit

Permalink
Set default deployment parameters as empty
Browse files Browse the repository at this point in the history
  • Loading branch information
lunwang-ttd committed Oct 16, 2023
1 parent ae5056d commit 55d54ec
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions scripts/azure-cc/deployment-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,21 @@
"contentVersion": "1.0.0.0",
"parameters": {
"containerGroupName": {
"value": "uid2-operator"
"value": ""
},
"location": {
"value": ""
},
"identity": {
"value": "uid-operator"
"value": ""
},
"vaultName": {
"value": "uid-operator"
"value": ""
},
"operatorKeySecretName": {
"value": "operator-key"
},
"deploymentEnvironment": {
"value": "integ"
},
"coreBaseUrl": {
"value": ""
},
"optoutBaseUrl": {
"deploymentEnvironment": {
"value": ""
}
}
Expand Down

0 comments on commit 55d54ec

Please sign in to comment.