storage class data controller (#12209)

This commit is contained in:
Chris LaFreniere
2020-09-10 10:41:12 -07:00
committed by GitHub
parent d01dc5a5c7
commit 869d071f73
3 changed files with 11 additions and 2 deletions

View File

@@ -267,6 +267,13 @@
"required": true,
"variableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_NAME"
},
{
"label": "%arc.storage-class.dc.label%",
"description": "%arc.sql.storage-class.dc.description%",
"variableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_STORAGE_CLASS",
"type": "kube_storage_class",
"required": true
},
{
"type": "azure_locations",
"label": "%arc.control.plane.arc.data.controller.location%",