This message was deleted.
# azure
s
This message was deleted.
s
bump im having the same issue
n
I've tried to just bundle everything when calling the function that'll create the Release object, and it doesn't want to read the resource_name in list_managed_cluster_admin_credentials.
Copy code
create_helm_release_public(atomic=args.atomic,
                                       create_namespace=args.create_namespace,
                                       helm_chart_version=args.version,
                                       helm_values=args.helm_values,
                                       helm_yaml=args.helm_yaml,
                                       keyring=args.keyring,
                                       namespace=args.namespace,
                                       opts=ResourceOptions(provider=Provider(resource_group_name=args.resource_group_name,
                                                                              aks_name=args.aks_name).apply(
                                                                                lambda args: containerservice.list_managed_cluster_admin_credentials(
                                                                                    resource_group_name=args[0],
                                                                                    resource_name=args[1])),
                                                            depends_on=[cluster_id]),
                                       repository=args.repository,
                                       resource_name=args.resource_name)