Add enableNodeLevelSecrets attribute to secretBinding under deployment patterns and policies. The new attribute is a boolean with a default value of false.
"secretBinding": [
{
"serviceOrgid": "$HZN_ORG_ID",
"serviceUrl": "$SERVICE_NAME",
"serviceVersionRange": "0.0.1",
"secrets": [
{ "cloudAIservice": "aitoken"},
{ "cloudsqlservice": "user/{userid}/sqltoken"},
],
"enableNodeLevelSecrets": true <---------- this is the new field, default is false
}
]
Add
enableNodeLevelSecrets
attribute tosecretBinding
under deployment patterns and policies. The new attribute is a boolean with a default value offalse
.