Skip to content

Commit df82651

Browse files
authored
Update cluster-jsonc-example.md
1 parent d7e3075 commit df82651

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/operator-nexus/cluster-jsonc-example.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,10 @@ ms.custom: template-how-to
331331
"value": "[parameters('clusterServicePrincipal')]"
332332
},
333333
"secretArchive": {
334-
"value": "[parameters('secretArchive')]"
334+
"value": {
335+
"keyVaultId": "[parameters('secretArchive')]",
336+
"useKeyVault": "True"
337+
335338
},
336339
"sshKeyUrl": {
337340
"value": "[parameters('sshKeyUrl')]"

0 commit comments

Comments
 (0)