Skip to content

Commit

Permalink
fix(secret-store-csi-driver): typo in custom azure parameters (clientid)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedmann committed Aug 4, 2023
1 parent 661500c commit 2586082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local patch = {
'#withTenantId':: d.fn(help='Helper-function to set attribute according to to specification (https://learn.microsoft.com/en-us/azure/aks/csi-secrets-store-identity-access#use-a-user-assigned-managed-identity)', args=[d.arg('withTenantId', d.T.string)]),
withTenantId(tenantId):: { tenantId: tenantId },
'#withClientId':: d.fn(help='Helper-function to set attribute according to to specification (https://learn.microsoft.com/en-us/azure/aks/csi-secrets-store-identity-access#use-a-user-assigned-managed-identity)', args=[d.arg('withClientId', d.T.string)]),
withClientId(clientId):: { clientId: clientId },
withClientId(clientId):: { clientID: clientId },

'#withObjects':: d.fn(help='Function to render objects-text. Takes an object-array e.g. [{objectName:"name",objectType:"secret"}] or an single object.', args=[d.arg('objects', d.T.array)]),
withObjects(objects):: {
Expand Down

0 comments on commit 2586082

Please sign in to comment.