Skip to content

Commit 74e6129

Browse files
mriedmannjsonnet-libs-bot
authored andcommitted
update: source github.com/jsonnet-libs/k8s@fc790747
1 parent 47bb4cc commit 74e6129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.2/_custom/secretProviderClass.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ local patch = {
4444
'#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)]),
4545
withTenantId(tenantId):: { tenantId: tenantId },
4646
'#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)]),
47-
withClientId(clientId):: { clientId: clientId },
47+
withClientId(clientId):: { clientID: clientId },
4848

4949
'#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)]),
5050
withObjects(objects):: {

1.3/_custom/secretProviderClass.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ local patch = {
4444
'#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)]),
4545
withTenantId(tenantId):: { tenantId: tenantId },
4646
'#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)]),
47-
withClientId(clientId):: { clientId: clientId },
47+
withClientId(clientId):: { clientID: clientId },
4848

4949
'#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)]),
5050
withObjects(objects):: {

0 commit comments

Comments
 (0)